Skip to content

Commit 1641f55

Browse files
Update actions/upload-artifact action to v3 (#111)
Co-authored-by: Renovate Bot <[email protected]>
1 parent 7f2e967 commit 1641f55

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@v2
73+
uses: actions/upload-artifact@v3
7474
with:
7575
name: build
7676
path: ./**/build/reports

0 commit comments

Comments
 (0)