Skip to content

Commit d07615c

Browse files
chore(deps): update github artifact actions (#100)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent f91ccb4 commit d07615c

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 6 additions & 6 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@v6
25+
uses: actions/upload-artifact@v7
2626
with:
2727
name: build-${{ github.sha }}
2828
retention-days: 1
@@ -42,7 +42,7 @@ jobs:
4242
- uses: actions/checkout@v6
4343

4444
- name: Restore artifact
45-
uses: actions/download-artifact@v7
45+
uses: actions/download-artifact@v8
4646
with:
4747
name: build-${{ github.sha }}
4848

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

5656
- name: Upload coverage
5757
if: github.ref == 'refs/heads/master'
58-
uses: actions/upload-artifact@v6
58+
uses: actions/upload-artifact@v7
5959
with:
6060
name: coverage-${{ github.sha }}
6161
path: |
@@ -64,7 +64,7 @@ jobs:
6464
6565
- name: Merge artifacts
6666
if: github.ref == 'refs/heads/master'
67-
uses: actions/upload-artifact/merge@v6
67+
uses: actions/upload-artifact/merge@v7
6868
with:
6969
name: all-${{ github.sha }}
7070
patterns: |
@@ -84,7 +84,7 @@ jobs:
8484
- uses: actions/checkout@v6
8585

8686
- name: Restore artifact
87-
uses: actions/download-artifact@v7
87+
uses: actions/download-artifact@v8
8888
with:
8989
name: build-${{ github.sha }}
9090

@@ -114,7 +114,7 @@ jobs:
114114
persist-credentials: false
115115

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

0 commit comments

Comments
 (0)