Skip to content

Commit

Permalink
Bump actiions/upload-artifact to v4
Browse files Browse the repository at this point in the history
So we run the NodeJS 20 version, because the NodeJS 16 ones
are deprecated and emitting warnings / annotations.
  • Loading branch information
stronk7 committed Feb 21, 2024
1 parent 18f8e1f commit 0b99a84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ jobs:
bats ${{ github.workspace }}/test/
- name: Archive code coverage
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: code-coverage-report
path: ${{ github.workspace }}/coverage/*
Expand Down

0 comments on commit 0b99a84

Please sign in to comment.