Skip to content

Commit

Permalink
Update GitHub Artifact Actions to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 17, 2024
1 parent b0c8c0a commit 8ed4ea4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
shell: bash
- run: yarn c8 yarn test
shell: bash
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: coverage_${{ github.sha }}
path: |
Expand All @@ -39,7 +39,7 @@ jobs:
needs: test
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4
with:
name: coverage_${{ github.sha }}
- uses: codecov/codecov-action@v4

0 comments on commit 8ed4ea4

Please sign in to comment.