Skip to content

Commit e07d663

Browse files
authored
read about this please work
1 parent 098134f commit e07d663

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/node.js.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- name: Install dependencies and build site
3030
run: npm i -g pnpm@7 && pnpm up && pnpm i --shamefully-hoist && webpack --bail
3131
- name: Upload artifact
32-
uses: actions/upload-pages-artifact@v4
32+
uses: actions/upload-pages-artifact
3333
with:
3434
name: my-artifact-${{ github.run_id }}
3535
path: ./build/

0 commit comments

Comments
 (0)