Skip to content

Commit c8d69eb

Browse files
Update actions/upload-artifact action to v4.6.1
1 parent 8705a72 commit c8d69eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ jobs:
8787
files: '**/build/test-results/test/TEST-*.xml'
8888

8989
- name: Upload Artifacts
90-
uses: actions/upload-artifact@v4.5.0
90+
uses: actions/upload-artifact@v4.6.1
9191
if: github.repository == 'jaredsburrows/gradle-spoon-plugin' && github.ref == 'refs/heads/master'
9292
with:
9393
name: gradle-spoon-plugin-${{ github.workflow }}-${{ github.run_id }}

0 commit comments

Comments
 (0)