Skip to content

Commit

Permalink
.github: use upload-artifact@v4
Browse files Browse the repository at this point in the history
  • Loading branch information
jbowens committed Sep 12, 2024
1 parent e0afd55 commit 0665a3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/code-cover-gen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
${RUNNER_TEMP}/pr-codecov-run-tests.sh artifacts/cover-${PR}-${BASE_SHA}.json "${CHANGED_PKGS}"
- name: Upload artifacts
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: cover
path: artifacts/cover-*.json

0 comments on commit 0665a3e

Please sign in to comment.