Skip to content

Commit

Permalink
fix(deps): upgrade GitHub Artifact Actions to v4 (#199)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Mar 11, 2024
1 parent ebdd792 commit 3e88814
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ jobs:
run: npm run test

- name: Upload test coverage reports 🛫
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: test-coverage
path: '**/.test-coverage/lcov.info'
Expand All @@ -103,7 +103,7 @@ jobs:
fetch-depth: 0 # Disable shallow clones for better relevancy of analysis

- name: Download test coverage reports 🛬
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: test-coverage

Expand Down

0 comments on commit 3e88814

Please sign in to comment.