Skip to content

Commit 831e099

Browse files
Update GitHub Artifact Actions to v4
1 parent 7d0507a commit 831e099

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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 }}

.github/actions/download-built-package/action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ runs:
44
using: "composite"
55
steps:
66
- name: Download built package from cache
7-
uses: actions/download-artifact@v3
7+
uses: actions/download-artifact@v4
88
with:
99
name: dist
1010
path: ${{ env.dist }}

0 commit comments

Comments
 (0)