We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e8f3c3a commit 8a2a90eCopy full SHA for 8a2a90e
1 file changed
.github/workflows/ci.yml
@@ -84,7 +84,7 @@ jobs:
84
rm -rf sc2/dicts/__pycache__ sc2/dicts_old/__pycache__
85
86
- name: Upload generated dicts folder as artifact
87
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
88
with:
89
name: Generated_dicts
90
path: sc2/dicts
@@ -333,7 +333,7 @@ jobs:
333
echo "Upload htmlcov folder because it was mounted in container, so it will be available in host machine"
334
335
- name: Upload htmlcov/ folder as artifact
336
337
338
name: Coverage_report
339
path: htmlcov
0 commit comments