Skip to content

Commit c6c59e8

Browse files
committed
ci: Fix deprecated usage of upload-artifacts@v3
1 parent 046d6cd commit c6c59e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757

5858
- name: Upload lerna logs
5959
if: failure()
60-
uses: actions/upload-artifact@v3
60+
uses: actions/upload-artifact@v4
6161
with:
6262
name: lerna-debug.log
6363
path: lerna-debug.log

0 commit comments

Comments
 (0)