Skip to content

Commit b4a6bd8

Browse files
Update actions/upload-artifact action to v6
1 parent e2faa80 commit b4a6bd8

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
@@ -96,7 +96,7 @@ jobs:
9696

9797
- name: Upload build reports
9898
if: failure()
99-
uses: actions/upload-artifact@v4
99+
uses: actions/upload-artifact@v6
100100
with:
101101
name: build-report-${{ runner.os }}${{ github.action }}
102102
path: |

0 commit comments

Comments
 (0)