Skip to content

Commit ad9a89c

Browse files
Update actions/upload-artifact action to v5
1 parent 53a2cb7 commit ad9a89c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
6161
- name: Upload reports
6262
if: failure()
63-
uses: actions/upload-artifact@v4
63+
uses: actions/upload-artifact@v5
6464
with:
6565
name: build
6666
path: ./**/build/reports

0 commit comments

Comments
 (0)