Skip to content

Commit 50fdb2a

Browse files
chore(deps): update github artifact actions
1 parent b8dc12d commit 50fdb2a

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 artifact
38-
uses: actions/upload-artifact@v4
38+
uses: actions/upload-artifact@v6
3939
with:
4040
name: artifact-${{ github.run_id }}
4141
retention-days: 1
@@ -54,7 +54,7 @@ jobs:
5454
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
5555

5656
- name: Restore artifact
57-
uses: actions/download-artifact@v4
57+
uses: actions/download-artifact@v7
5858
with:
5959
name: artifact-${{ github.run_id }}
6060

@@ -67,7 +67,7 @@ jobs:
6767

6868
- name: Update coverage
6969
if: github.ref == 'refs/heads/master'
70-
uses: actions/upload-artifact@v4
70+
uses: actions/upload-artifact@v6
7171
with:
7272
name: artifact-${{ github.run_id }}
7373
retention-days: 1
@@ -88,7 +88,7 @@ jobs:
8888
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
8989

9090
- name: Restore artifact
91-
uses: actions/download-artifact@v4
91+
uses: actions/download-artifact@v7
9292
with:
9393
name: artifact-${{ github.run_id }}
9494

@@ -114,7 +114,7 @@ jobs:
114114
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
115115

116116
- name: Restore artifact
117-
uses: actions/download-artifact@v4
117+
uses: actions/download-artifact@v7
118118
with:
119119
name: artifact-${{ github.run_id }}
120120

0 commit comments

Comments
 (0)