We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8705a72 commit c8d69ebCopy full SHA for c8d69eb
.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.1
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