Skip to content

Commit b4a2a3a

Browse files
chore(deps): update github artifact actions
1 parent 0299011 commit b4a2a3a

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
run: yarn build
2323

2424
- name: Save artifact
25-
uses: actions/upload-artifact@v3
25+
uses: actions/upload-artifact@v5
2626
with:
2727
name: artifact-${{ github.run_id }}
2828
retention-days: 1
@@ -43,7 +43,7 @@ jobs:
4343
uses: actions/checkout@v3
4444

4545
- name: Restore artifact
46-
uses: actions/download-artifact@v3
46+
uses: actions/download-artifact@v6
4747
with:
4848
name: artifact-${{ github.run_id }}
4949

@@ -61,7 +61,7 @@ jobs:
6161

6262
- name: Update coverage
6363
if: github.ref == 'refs/heads/master'
64-
uses: actions/upload-artifact@v3
64+
uses: actions/upload-artifact@v5
6565
with:
6666
name: artifact-${{ github.run_id }}
6767
retention-days: 1
@@ -83,7 +83,7 @@ jobs:
8383
uses: actions/checkout@v3
8484

8585
- name: Restore artifact
86-
uses: actions/download-artifact@v3
86+
uses: actions/download-artifact@v6
8787
with:
8888
name: artifact-${{ github.run_id }}
8989

@@ -113,7 +113,7 @@ jobs:
113113
persist-credentials: false
114114

115115
- name: Restore artifact
116-
uses: actions/download-artifact@v3
116+
uses: actions/download-artifact@v6
117117
with:
118118
name: artifact-${{ github.run_id }}
119119

0 commit comments

Comments
 (0)