Skip to content

Commit 4dab9c9

Browse files
Update actions/upload-artifact action to v5 (#288)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 9498db4 commit 4dab9c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
run: ./gradlew build --stacktrace
3030

3131
- name: Upload reports
32-
uses: actions/upload-artifact@v4
32+
uses: actions/upload-artifact@v5
3333
if: always()
3434
with:
3535
name: check-reports

0 commit comments

Comments
 (0)