Skip to content

Commit

Permalink
chore: update upload-artifact download-artifact actions to v4 (#133)
Browse files Browse the repository at this point in the history
  • Loading branch information
toomuchdesign authored Dec 27, 2023
1 parent a2328a7 commit cac3da7
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 @@ -26,7 +26,7 @@ jobs:

- run: npm ci

- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
if: matrix.node-version == '18'
with:
name: code-coverage
Expand All @@ -40,7 +40,7 @@ jobs:
steps:
- uses: actions/checkout@v4

- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4
with:
name: code-coverage
path: coverage
Expand Down

0 comments on commit cac3da7

Please sign in to comment.