Skip to content

Commit 13e24d7

Browse files
Update actions/upload-artifact action to v4
1 parent fc93dc1 commit 13e24d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/assert-build/action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ runs:
2121
npx assert-folder-contents
2222
2323
- name: Upload dist assets to cache
24-
uses: actions/upload-artifact@v3
24+
uses: actions/upload-artifact@v4
2525
with:
2626
name: dist
2727
path: ${{ env.dist }}

0 commit comments

Comments
 (0)