Skip to content

Commit 926fb85

Browse files
Update actions/upload-artifact action to v5
1 parent 4627182 commit 926fb85

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
@@ -93,7 +93,7 @@ jobs:
9393

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

0 commit comments

Comments
 (0)