Skip to content

Commit d7feab0

Browse files
chore(deps): bump the actions group with 2 updates (#478)
1 parent 6bd7499 commit d7feab0

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
run: pnpm run install:${{ matrix.svelte }}
6464

6565
- name: 📥 Download build
66-
uses: actions/download-artifact@v7
66+
uses: actions/download-artifact@v8
6767
with:
6868
name: build
6969
path: packages
@@ -99,7 +99,7 @@ jobs:
9999
run: pnpm run build
100100

101101
- name: ⬆️ Upload build
102-
uses: actions/upload-artifact@v6
102+
uses: actions/upload-artifact@v7
103103
with:
104104
name: build
105105
path: |
@@ -131,7 +131,7 @@ jobs:
131131
node-version: 24
132132

133133
- name: 📥 Download build
134-
uses: actions/download-artifact@v7
134+
uses: actions/download-artifact@v8
135135
with:
136136
name: build
137137
path: packages

0 commit comments

Comments
 (0)