Skip to content

Commit 2c5d1da

Browse files
Update actions/upload-artifact action to v5
1 parent a23e408 commit 2c5d1da

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
@@ -122,7 +122,7 @@ jobs:
122122
123123
- name: Upload build reports
124124
if: failure()
125-
uses: actions/upload-artifact@v4
125+
uses: actions/upload-artifact@v5
126126
with:
127127
name: build-report-${{ runner.os }}${{ github.action }}
128128
path: |

0 commit comments

Comments
 (0)