We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae9def1 commit 32851e7Copy full SHA for 32851e7
.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.3.4
+ uses: actions/upload-artifact@v4.3.5
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