Skip to content

Commit f6a58e0

Browse files
chore(deps): update github artifact actions
1 parent 1b801c2 commit f6a58e0

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@v6
2626
with:
2727
name: artifact-${{ github.run_id }}
2828
retention-days: 1
@@ -41,7 +41,7 @@ jobs:
4141
- uses: actions/checkout@v3
4242

4343
- name: Restore artifact
44-
uses: actions/download-artifact@v3
44+
uses: actions/download-artifact@v7
4545
with:
4646
name: artifact-${{ github.run_id }}
4747

@@ -55,7 +55,7 @@ jobs:
5555

5656
- name: Update coverage
5757
if: github.ref == 'refs/heads/master'
58-
uses: actions/upload-artifact@v3
58+
uses: actions/upload-artifact@v6
5959
with:
6060
name: artifact-${{ github.run_id }}
6161
retention-days: 1
@@ -76,7 +76,7 @@ jobs:
7676
- uses: actions/checkout@v3
7777

7878
- name: Restore artifact
79-
uses: actions/download-artifact@v3
79+
uses: actions/download-artifact@v7
8080
with:
8181
name: artifact-${{ github.run_id }}
8282

@@ -102,7 +102,7 @@ jobs:
102102
persist-credentials: false
103103

104104
- name: Restore artifact
105-
uses: actions/download-artifact@v3
105+
uses: actions/download-artifact@v7
106106
with:
107107
name: artifact-${{ github.run_id }}
108108

0 commit comments

Comments
 (0)