Skip to content

Commit d094f38

Browse files
Bump actions/download-artifact from 6 to 8
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 6 to 8. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v6...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 f1999a7 commit d094f38

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/build.yml

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

108108
steps:
109109
- name: Download artifacts
110-
uses: actions/download-artifact@v6
110+
uses: actions/download-artifact@v8
111111
with:
112112
name: test-reports-java${{ needs.test.outputs.report-java }}-${{ needs.test.outputs.report-dist }}-xml
113113

.github/workflows/release-verify-signatures.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
done
6969
7070
- name: Retrieve keyring and signatures
71-
uses: actions/download-artifact@v6
71+
uses: actions/download-artifact@v8
7272
with:
7373
name: keyring-and-signatures
7474

@@ -87,7 +87,7 @@ jobs:
8787

8888
steps:
8989
- name: Retrieve signatures
90-
uses: actions/download-artifact@v6
90+
uses: actions/download-artifact@v8
9191
with:
9292
name: keyring-and-signatures
9393

0 commit comments

Comments
 (0)