Skip to content

Commit 8db6e41

Browse files
chore(deps): Update GitHub Artifact Actions (major) (#22432)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/download-artifact](https://redirect.github.com/actions/download-artifact) | action | major | `v7` → `v8` | | [actions/upload-artifact](https://redirect.github.com/actions/upload-artifact) | action | major | `v6` → `v7` | --- > [!WARNING] > Some dependencies could not be looked up. Check the [Dependency Dashboard](../issues/22356) for more information. --- ### Release Notes <details> <summary>actions/download-artifact (actions/download-artifact)</summary> ### [`v8`](https://redirect.github.com/actions/download-artifact/compare/v7...v8) [Compare Source](https://redirect.github.com/actions/download-artifact/compare/v7...v8) </details> <details> <summary>actions/upload-artifact (actions/upload-artifact)</summary> ### [`v7`](https://redirect.github.com/actions/upload-artifact/compare/v6...v7) [Compare Source](https://redirect.github.com/actions/upload-artifact/compare/v6...v7) </details> --- ### Configuration 📅 **Schedule**: Branch creation - Between 12:00 AM and 03:59 AM, on day 1 of the month ( * 0-3 1 * * ) (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, 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. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate).
1 parent 5ac8ff5 commit 8db6e41

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/publish_plugin_to_hub.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ jobs:
164164
165165
- name: Upload build artifacts
166166
if: needs.prepare.outputs.ui_dir_arg != ''
167-
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6
167+
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7
168168
with:
169169
name: build_dir
170170
path: ${{ needs.prepare.outputs.ui_build_dir }}
@@ -184,7 +184,7 @@ jobs:
184184

185185
- name: Download build artifacts
186186
if: needs.prepare.outputs.ui_dir_arg != ''
187-
uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7
187+
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8
188188
with:
189189
name: build_dir
190190
path: ${{ needs.prepare.outputs.ui_build_dir }}
@@ -291,7 +291,7 @@ jobs:
291291

292292
- name: Download build artifacts
293293
if: needs.prepare.outputs.ui_dir_arg != ''
294-
uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7
294+
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8
295295
with:
296296
name: build_dir
297297
path: ${{ needs.prepare.outputs.ui_build_dir }}
@@ -392,7 +392,7 @@ jobs:
392392

393393
- name: Download build artifacts
394394
if: needs.prepare.outputs.ui_dir_arg != ''
395-
uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7
395+
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8
396396
with:
397397
name: build_dir
398398
path: ${{ needs.prepare.outputs.ui_build_dir }}
@@ -489,7 +489,7 @@ jobs:
489489

490490
- name: Download build artifacts
491491
if: needs.prepare.outputs.ui_dir_arg != ''
492-
uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7
492+
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8
493493
with:
494494
name: build_dir
495495
path: ${{ needs.prepare.outputs.ui_build_dir }}

0 commit comments

Comments
 (0)