Skip to content

Commit 0ecfb5f

Browse files
Update actions/upload-artifact action to v4 (#152)
1 parent e4dbdf7 commit 0ecfb5f

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
@@ -70,7 +70,7 @@ jobs:
7070
7171
- name: Upload reports
7272
if: failure()
73-
uses: actions/upload-artifact@v3
73+
uses: actions/upload-artifact@v4
7474
with:
7575
name: build
7676
path: ./**/build/reports

0 commit comments

Comments
 (0)