Skip to content

Commit 27e7156

Browse files
⬆️ deps: Upgrade GitHub Artifact Actions. (#317)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 5103e5d commit 27e7156

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
run: yarn build
2424

2525
- name: Archive build 💽
26-
uses: actions/upload-artifact@v4
26+
uses: actions/upload-artifact@v5
2727
with:
2828
name: dist
2929
path: dist
@@ -47,7 +47,7 @@ jobs:
4747
useRollingCache: true
4848

4949
- name: Load build 💽
50-
uses: actions/download-artifact@v5
50+
uses: actions/download-artifact@v6
5151
with:
5252
name: dist
5353
path: dist

.github/workflows/ci:cover.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
run: yarn cover
2121

2222
- name: Archive coverage data 💽
23-
uses: actions/upload-artifact@v4
23+
uses: actions/upload-artifact@v5
2424
with:
2525
name: coverage
2626
path: coverage
@@ -39,7 +39,7 @@ jobs:
3939

4040
steps:
4141
- name: Load coverage data 💽
42-
uses: actions/download-artifact@v5
42+
uses: actions/download-artifact@v6
4343
with:
4444
name: coverage
4545
path: coverage

0 commit comments

Comments
 (0)