We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6155d0f commit cfacabeCopy full SHA for cfacabe
.github/workflows/build.yml
@@ -100,7 +100,7 @@ jobs:
100
101
steps:
102
- name: Download artifacts
103
- uses: actions/download-artifact@v3
+ uses: actions/download-artifact@v4
104
with:
105
name: test-reports-java${{ needs.test.outputs.report-java }}-${{ needs.test.outputs.report-dist }}-xml
106
.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