We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 19e69f8 commit c224c50Copy full SHA for c224c50
.github/actions/assert-build/action.yml
@@ -20,7 +20,7 @@ runs:
20
npx assert-folder-contents
21
22
- name: Upload dist assets to cache
23
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
24
with:
25
name: dist
26
path: ${{ env.dist }}
.github/actions/download-built-package/action.yml
@@ -4,7 +4,7 @@ runs:
4
using: "composite"
5
steps:
6
- name: Download built package from cache
7
- uses: actions/download-artifact@v3
+ uses: actions/download-artifact@v4
8
9
10
0 commit comments