Skip to content

Commit 324d8f2

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

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/check.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -354,7 +354,7 @@ jobs:
354354
run: yarn insert-cli-metadata && yarn build-bundles
355355

356356
- name: Upload Bundles
357-
uses: actions/upload-artifact@v4
357+
uses: actions/upload-artifact@v5
358358
with:
359359
name: apify-cli-bundles-${{ matrix.label }}
360360
path: bundles/**

.github/workflows/pre_release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ jobs:
179179
run: yarn insert-cli-metadata && yarn build-bundles
180180

181181
- name: Upload bundles
182-
uses: actions/upload-artifact@v4
182+
uses: actions/upload-artifact@v5
183183
with:
184184
name: apify-cli-bundles-${{ matrix.label }}
185185
path: bundles/**
@@ -195,7 +195,7 @@ jobs:
195195
steps:
196196
# This step also deals with unzipping the archive from GitHub, so we get a big folder with all the bundles!
197197
- name: Download bundles
198-
uses: actions/download-artifact@v5
198+
uses: actions/download-artifact@v6
199199
with:
200200
pattern: apify-cli-bundles-*
201201
merge-multiple: true

.github/workflows/release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ jobs:
206206
run: yarn insert-cli-metadata && yarn build-bundles
207207

208208
- name: Upload bundles
209-
uses: actions/upload-artifact@v4
209+
uses: actions/upload-artifact@v5
210210
with:
211211
name: apify-cli-bundles-${{ matrix.label }}
212212
path: bundles/**
@@ -222,7 +222,7 @@ jobs:
222222
steps:
223223
# This step also deals with unzipping the archive from GitHub, so we get a big folder with all the bundles!
224224
- name: Download bundles
225-
uses: actions/download-artifact@v5
225+
uses: actions/download-artifact@v6
226226
with:
227227
pattern: apify-cli-bundles-*
228228
merge-multiple: true

0 commit comments

Comments
 (0)