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 cd66bf1 commit 4526f76Copy full SHA for 4526f76
.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@v4
+ - uses: actions/upload-artifact@v5
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@v5
+ - uses: actions/download-artifact@v6
69
70
71
0 commit comments