Skip to content

Commit 0bf9250

Browse files
Update actions/upload-artifact action to v6
1 parent 82e8770 commit 0bf9250

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/run_gradle_task.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ jobs:
103103
104104
- name: Upload build reports
105105
if: failure()
106-
uses: actions/upload-artifact@v4
106+
uses: actions/upload-artifact@v6
107107
with:
108108
name: build-report-${{ runner.os }}${{ github.action }}
109109
path: |

0 commit comments

Comments
 (0)