We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da1edc7 commit b4c6786Copy full SHA for b4c6786
.github/workflows/build.yml
@@ -87,7 +87,7 @@ jobs:
87
files: '**/build/test-results/test/TEST-*.xml'
88
89
- name: Upload Artifacts
90
- uses: actions/upload-artifact@v4.5.0
+ uses: actions/upload-artifact@v4.6.0
91
if: github.repository == 'jaredsburrows/gradle-spoon-plugin' && github.ref == 'refs/heads/master'
92
with:
93
name: gradle-spoon-plugin-${{ github.workflow }}-${{ github.run_id }}
0 commit comments