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 45e1633 commit f4a1698Copy full SHA for f4a1698
1 file changed
.github/workflows/build.yml
@@ -42,7 +42,7 @@ jobs:
42
cd dist/apps/generator-cli
43
yarn pack -f ../package.tgz
44
45
- - uses: actions/upload-artifact@v3
+ - uses: actions/upload-artifact@v4
46
with:
47
name: package.tgz
48
path: dist/apps/package.tgz
@@ -65,7 +65,7 @@ jobs:
65
66
node-version: ${{matrix.node-version }}
67
68
- - uses: actions/download-artifact@v3
+ - uses: actions/download-artifact@v4
69
70
71
0 commit comments