Skip to content

Commit bfefdd3

Browse files
committed
Update GitHub Actions workflow to use actions/upload-artifact@v4 for improved artifact management in pipeline.yml.
1 parent ccabea4 commit bfefdd3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pipeline.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
run: python pipeline.py
3333

3434
- name: Upload Output Files
35-
uses: actions/upload-artifact@v2
35+
uses: actions/upload-artifact@v4
3636
with:
3737
name: energy-analysis-output
3838
path: output/

0 commit comments

Comments
 (0)