Skip to content

Commit

Permalink
chore(deps): update actions/upload-artifact action to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 14, 2024
1 parent 44671f6 commit c0a7de6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
run: yarn build

- name: Save target (artifact)
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: target
retention-days: 1
Expand Down Expand Up @@ -85,7 +85,7 @@ jobs:

- name: Push coverage
if: github.ref == 'refs/heads/master'
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: target
retention-days: 1
Expand Down

0 comments on commit c0a7de6

Please sign in to comment.