Skip to content

Commit 095827d

Browse files
chore(deps): update github artifact actions (main) (major) (#6066)
chore(deps): update github artifact actions Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 512aa47 commit 095827d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ jobs:
127127
run: pnpm build
128128

129129
- name: upload dist
130-
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
130+
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
131131
with:
132132
name: dist
133133
path: |
@@ -167,7 +167,7 @@ jobs:
167167
uses: ./.github/actions/prepare-proxy
168168

169169
- name: fetch dist
170-
uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0
170+
uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0
171171
with:
172172
name: dist
173173
path: dist
@@ -223,7 +223,7 @@ jobs:
223223
uses: ./.github/actions/prepare-proxy
224224

225225
- name: fetch dist
226-
uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0
226+
uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0
227227
with:
228228
name: dist
229229
path: dist
@@ -280,7 +280,7 @@ jobs:
280280
uses: ./.github/actions/prepare-proxy
281281

282282
- name: fetch dist
283-
uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0
283+
uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0
284284
with:
285285
name: dist
286286
path: dist

0 commit comments

Comments
 (0)