We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9933e58 + 8ab3704 commit 0da73c8Copy full SHA for 0da73c8
.github/workflows/build.yml
@@ -107,7 +107,7 @@ jobs:
107
108
steps:
109
- name: Download artifacts
110
- uses: actions/download-artifact@v5
+ uses: actions/download-artifact@v6
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