We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9fa596d commit 94025f9Copy full SHA for 94025f9
.github/workflows/main.yaml
@@ -33,6 +33,6 @@ jobs:
33
- run: pyinstaller -F src/wgrd_cons_parsers/dic.py
34
- run: pyinstaller -F src/wgrd_cons_parsers/scenario.py
35
- run: pyinstaller -F src/wgrd_cons_parsers/xyz.py
36
- - uses: actions/upload-artifact@v2
+ - uses: actions/upload-artifact@v4
37
with:
38
path: dist/*
0 commit comments