Skip to content

Commit 6a34bca

Browse files
Bump actions/download-artifact from 7 to 8
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 7 to 8. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v7...v8) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '8' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent ff8ff28 commit 6a34bca

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
@@ -199,7 +199,7 @@ jobs:
199199
forgeboxAPIKey: ${{ secrets.FORGEBOX_TOKEN }}
200200

201201
- name: Download build artifacts
202-
uses: actions/download-artifact@v7
202+
uses: actions/download-artifact@v8
203203
with:
204204
path: .tmp
205205

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ jobs:
135135
if: always()
136136
steps:
137137
- name: Download Test Results Artifacts
138-
uses: actions/download-artifact@v7
138+
uses: actions/download-artifact@v8
139139
with:
140140
path: artifacts
141141

0 commit comments

Comments
 (0)