Skip to content

Commit

Permalink
fix: Update artifact actions (v3) to resolve deprecation warning
Browse files Browse the repository at this point in the history
  • Loading branch information
JuditKaramazov committed Oct 6, 2024
1 parent 9095c2f commit 293f194
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- run: npm ci
- run: npm test

- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v3
with:
name: coverage
path: coverage/
Expand All @@ -38,7 +38,7 @@ jobs:
if: ${{ success() && github.actor != 'dependabot[bot]' }}
steps:
- uses: actions/checkout@v3
- uses: actions/download-artifact@v2
- uses: actions/download-artifact@v3
with:
name: coverage

Expand Down

0 comments on commit 293f194

Please # to comment.