Skip to content

Commit ef27d2e

Browse files
chore(deps): update github artifact actions (#985)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/download-artifact](https://redirect.github.com/actions/download-artifact) | action | major | `v6` -> `v7` | | [actions/upload-artifact](https://redirect.github.com/actions/upload-artifact) | action | major | `v5` -> `v6` | --- ### Release Notes <details> <summary>actions/download-artifact (actions/download-artifact)</summary> ### [`v7`](https://redirect.github.com/actions/download-artifact/compare/v6...v7) [Compare Source](https://redirect.github.com/actions/download-artifact/compare/v6...v7) </details> <details> <summary>actions/upload-artifact (actions/upload-artifact)</summary> ### [`v6`](https://redirect.github.com/actions/upload-artifact/compare/v5...v6) [Compare Source](https://redirect.github.com/actions/upload-artifact/compare/v5...v6) </details> --- ### Configuration 📅 **Schedule**: Branch creation - "every weekday" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://redirect.github.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/apify/apify-cli). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi40Mi4yIiwidXBkYXRlZEluVmVyIjoiNDIuNDIuMiIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6W119--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent a551249 commit ef27d2e

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)