Skip to content

Commit f65b4a2

Browse files
Update actions/upload-artifact action to v5
1 parent 6bcb353 commit f65b4a2

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
@@ -90,7 +90,7 @@ jobs:
9090

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

0 commit comments

Comments
 (0)