Skip to content

Commit

Permalink
chore(deps): update github artifact actions to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Feb 17, 2024
1 parent a49b28b commit 7c29d83
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 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 All @@ -69,7 +69,7 @@ jobs:
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4

- name: Restore target
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: target
- uses: actions/setup-node@v4
Expand All @@ -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 All @@ -105,7 +105,7 @@ jobs:
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4

- name: Restore target
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: target
- uses: actions/setup-node@v4
Expand Down Expand Up @@ -134,7 +134,7 @@ jobs:
with:
persist-credentials: false
- name: Restore target
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: target
- uses: actions/setup-node@v4
Expand Down

0 comments on commit 7c29d83

Please sign in to comment.