Skip to content

Commit c224c50

Browse files
committed
ope
1 parent 19e69f8 commit c224c50

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ runs:
2020
npx assert-folder-contents
2121
2222
- name: Upload dist assets to cache
23-
uses: actions/upload-artifact@v3
23+
uses: actions/upload-artifact@v4
2424
with:
2525
name: dist
2626
path: ${{ env.dist }}

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

Lines changed: 1 addition & 1 deletion
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)