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 184cc67 + 8f18b11 commit bcc0f43Copy full SHA for bcc0f43
.github/actions/gradle/experiment-1/action.yml
@@ -112,7 +112,7 @@ runs:
112
shell: bash
113
- name: Archive receipt
114
id: upload-artifact
115
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@v5
116
if: always()
117
with:
118
name: experiment-1-receipt-${{ github.job }}${{ strategy.job-total > 1 && format('-{0}', strategy.job-index) || '' }}
0 commit comments