We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 28ccc61 + ff71910 commit 842a135Copy full SHA for 842a135
2 files changed
.github/workflows/build.yml
@@ -107,7 +107,7 @@ jobs:
107
108
steps:
109
- name: Download artifacts
110
- uses: actions/download-artifact@v4
+ uses: actions/download-artifact@v5
111
with:
112
name: test-reports-java${{ needs.test.outputs.report-java }}-${{ needs.test.outputs.report-dist }}-xml
113
.github/workflows/release-verify-signatures.yml
@@ -68,7 +68,7 @@ jobs:
68
done
69
70
- name: Retrieve keyring and signatures
71
72
73
name: keyring-and-signatures
74
@@ -87,7 +87,7 @@ jobs:
87
88
89
- name: Retrieve signatures
90
91
92
93
0 commit comments