Skip to content

Commit 65f1966

Browse files
Update actions/upload-artifact action to v4 (#33)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 6553652 commit 65f1966

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/run_gradle_task.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ jobs:
9191

9292
- name: Upload build reports
9393
if: failure()
94-
uses: actions/upload-artifact@v3
94+
uses: actions/upload-artifact@v4
9595
with:
9696
name: build-report-${{ runner.os }}${{ github.action }}
9797
path: |

0 commit comments

Comments
 (0)