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 da19af3 commit d74e1d8Copy full SHA for d74e1d8
.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@v6
+ - uses: actions/upload-artifact@v7
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@v7
+ - uses: actions/download-artifact@v8
69
70
71
0 commit comments