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.
2 parents 5bef02d + 81b1d1d commit 184cc67Copy full SHA for 184cc67
.github/actions/gradle/experiment-2/action.yml
@@ -120,7 +120,7 @@ runs:
120
shell: bash
121
- name: Archive receipt
122
id: upload-artifact
123
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@v5
124
if: always()
125
with:
126
name: experiment-2-receipt-${{ github.job }}${{ strategy.job-total > 1 && format('-{0}', strategy.job-index) || '' }}
0 commit comments