Skip to content

Commit 0da73c8

Browse files
authored
Merge pull request #439 from Yubico/dependabot/github_actions/actions/download-artifact-6
Bump actions/download-artifact from 5 to 6
2 parents 9933e58 + 8ab3704 commit 0da73c8

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@v5
110+
uses: actions/download-artifact@v6
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@v5
71+
uses: actions/download-artifact@v6
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@v5
90+
uses: actions/download-artifact@v6
9191
with:
9292
name: keyring-and-signatures
9393

0 commit comments

Comments
 (0)