Skip to content

Commit 2fed86c

Browse files
Update actions/upload-artifact action to v7
1 parent e2faa80 commit 2fed86c

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@v7
100100
with:
101101
name: build-report-${{ runner.os }}${{ github.action }}
102102
path: |

0 commit comments

Comments
 (0)