Skip to content

Commit 7861a53

Browse files
Bump actions/download-artifact from 4 to 5 (#4221)
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4 to 5. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v4...v5) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent f019143 commit 7861a53

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/packages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -442,7 +442,7 @@ jobs:
442442

443443
steps:
444444
- name: Download all artifacts
445-
uses: actions/download-artifact@v4
445+
uses: actions/download-artifact@v5
446446

447447
- name: Create release
448448
id: create_release

.github/workflows/upload-to-itch.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
steps:
4444
- name: Download artifact
4545
id: download
46-
uses: actions/download-artifact@v4
46+
uses: actions/download-artifact@v5
4747
with:
4848
name: ${{ matrix.artifact }}
4949
path: upload

0 commit comments

Comments
 (0)