Skip to content

Commit 7927f5a

Browse files
committed
chore(deps): update github artifact actions to v4
1 parent ba68749 commit 7927f5a

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/ci.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
run: yarn build
3636

3737
- name: Save target (artifact)
38-
uses: actions/upload-artifact@v3
38+
uses: actions/upload-artifact@v4
3939
with:
4040
name: artifact-${{ github.run_id }}
4141
retention-days: 1
@@ -56,7 +56,7 @@ jobs:
5656
uses: actions/checkout@v4
5757

5858
- name: Restore target
59-
uses: actions/download-artifact@v3
59+
uses: actions/download-artifact@v4
6060
with:
6161
name: artifact-${{ github.run_id }}
6262

@@ -72,7 +72,7 @@ jobs:
7272

7373
- name: Push coverage
7474
if: github.ref == 'refs/heads/master'
75-
uses: actions/upload-artifact@v3
75+
uses: actions/upload-artifact@v4
7676
with:
7777
name: artifact-${{ github.run_id }}
7878
retention-days: 1
@@ -92,7 +92,7 @@ jobs:
9292
uses: actions/checkout@v4
9393

9494
- name: Restore target
95-
uses: actions/download-artifact@v3
95+
uses: actions/download-artifact@v4
9696
with:
9797
name: artifact-${{ github.run_id }}
9898
- uses: actions/setup-node@v4
@@ -119,7 +119,7 @@ jobs:
119119
with:
120120
persist-credentials: false
121121
- name: Restore target
122-
uses: actions/download-artifact@v3
122+
uses: actions/download-artifact@v4
123123
with:
124124
name: artifact-${{ github.run_id }}
125125
- uses: actions/setup-node@v4

0 commit comments

Comments
 (0)