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 34fd5eb commit 1cf45af
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 @@ -35,7 +35,7 @@ jobs:
run: yarn build

- name: Save artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: artifact-${{ github.run_id }}
retention-days: 1
Expand All @@ -54,7 +54,7 @@ jobs:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4

- name: Restore artifact
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: artifact-${{ github.run_id }}

Expand All @@ -67,7 +67,7 @@ jobs:

- name: Update coverage
if: github.ref == 'refs/heads/master'
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: artifact-${{ github.run_id }}
retention-days: 1
Expand All @@ -88,7 +88,7 @@ jobs:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4

- name: Restore artifact
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: artifact-${{ github.run_id }}

Expand All @@ -114,7 +114,7 @@ jobs:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4

- name: Restore artifact
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: artifact-${{ github.run_id }}

Expand Down

0 comments on commit 1cf45af

Please sign in to comment.