Skip to content

Commit 8a2a90e

Browse files
committed
Bump github actions upload-artifact from v3 to v4
1 parent e8f3c3a commit 8a2a90e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ jobs:
8484
rm -rf sc2/dicts/__pycache__ sc2/dicts_old/__pycache__
8585
8686
- name: Upload generated dicts folder as artifact
87-
uses: actions/upload-artifact@v3
87+
uses: actions/upload-artifact@v4
8888
with:
8989
name: Generated_dicts
9090
path: sc2/dicts
@@ -333,7 +333,7 @@ jobs:
333333
echo "Upload htmlcov folder because it was mounted in container, so it will be available in host machine"
334334
335335
- name: Upload htmlcov/ folder as artifact
336-
uses: actions/upload-artifact@v3
336+
uses: actions/upload-artifact@v4
337337
with:
338338
name: Coverage_report
339339
path: htmlcov

0 commit comments

Comments
 (0)