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 3b6f3a6 + 5466272 commit 5bef02dCopy full SHA for 5bef02d
.github/actions/gradle/experiment-3/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-3-receipt-${{ github.job }}${{ strategy.job-total > 1 && format('-{0}', strategy.job-index) || '' }}
0 commit comments