Skip to content

Commit 94025f9

Browse files
author
Tim Blume
committed
fix workflow
1 parent 9fa596d commit 94025f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,6 @@ jobs:
3333
- run: pyinstaller -F src/wgrd_cons_parsers/dic.py
3434
- run: pyinstaller -F src/wgrd_cons_parsers/scenario.py
3535
- run: pyinstaller -F src/wgrd_cons_parsers/xyz.py
36-
- uses: actions/upload-artifact@v2
36+
- uses: actions/upload-artifact@v4
3737
with:
3838
path: dist/*

0 commit comments

Comments
 (0)