Skip to content

Commit cd554d4

Browse files
authored
chore(.github): update actions/upload-artifacts
1 parent 20367d4 commit cd554d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
env:
3333
COVERALLS_TOKEN: ${{ secrets.github_token }}
3434
- name: Upload coverage.html
35-
uses: actions/upload-artifact@v2
35+
uses: actions/upload-artifact@v4
3636
with:
3737
name: coverage
3838
path: ci/out/coverage.html

0 commit comments

Comments
 (0)