Skip to content

Commit 6cca485

Browse files
chore(deps): update github artifact actions
1 parent a551249 commit 6cca485

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@v5
357+
uses: actions/upload-artifact@v6
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@v5
182+
uses: actions/upload-artifact@v6
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@v6
198+
uses: actions/download-artifact@v7
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@v5
209+
uses: actions/upload-artifact@v6
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@v6
225+
uses: actions/download-artifact@v7
226226
with:
227227
pattern: apify-cli-bundles-*
228228
merge-multiple: true

0 commit comments

Comments
 (0)