Skip to content

Commit e40de64

Browse files
chore(deps): update github artifact actions
1 parent 882533b commit e40de64

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
@@ -22,7 +22,7 @@ jobs:
2222
run: yarn build
2323

2424
- name: Save artifact
25-
uses: actions/upload-artifact@v4
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@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
4444

4545
- name: Restore artifact
46-
uses: actions/download-artifact@v4
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@v4
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@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
8484

8585
- name: Restore artifact
86-
uses: actions/download-artifact@v4
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@v4
116+
uses: actions/download-artifact@v6
117117
with:
118118
name: artifact-${{ github.run_id }}
119119

0 commit comments

Comments
 (0)