Skip to content

Commit f45da90

Browse files
Bump actions/download-artifact from 4 to 5
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] <support@github.com>
1 parent bcc2b9b commit f45da90

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ jobs:
190190
forgeboxAPIKey: ${{ secrets.FORGEBOX_TOKEN }}
191191

192192
- name: Download build artifacts
193-
uses: actions/download-artifact@v4
193+
uses: actions/download-artifact@v5
194194
with:
195195
path: .tmp
196196

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ jobs:
134134
if: always()
135135
steps:
136136
- name: Download Test Results Artifacts
137-
uses: actions/download-artifact@v4
137+
uses: actions/download-artifact@v5
138138
with:
139139
path: artifacts
140140

0 commit comments

Comments
 (0)