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 098134f commit e07d663Copy full SHA for e07d663
.github/workflows/node.js.yml
@@ -29,7 +29,7 @@ jobs:
29
- name: Install dependencies and build site
30
run: npm i -g pnpm@7 && pnpm up && pnpm i --shamefully-hoist && webpack --bail
31
- name: Upload artifact
32
- uses: actions/upload-pages-artifact@v4
+ uses: actions/upload-pages-artifact
33
with:
34
name: my-artifact-${{ github.run_id }}
35
path: ./build/
0 commit comments