File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 3636 - run : npm run build
3737 - run : npm pack
3838 - name : Upload
39- uses : actions/upload-artifact@v3
39+ uses : actions/upload-artifact@v4
4040 with :
4141 name : package
4242 path : " *.tgz"
4646 runs-on : ubuntu-latest
4747 steps :
4848 - name : Upload
49- uses : actions/download-artifact@v3
49+ uses : actions/download-artifact@v4
5050 with :
5151 name : package
5252 - uses : actions/setup-node@v3
Original file line number Diff line number Diff line change 3434 # prerelease --preid=ci-$GITHUB_RUN_ID
3535 - run : npm pack
3636 - name : Upload
37- uses : actions/upload-artifact@v3
37+ uses : actions/upload-artifact@v4
3838 with :
3939 name : package
4040 path : " *.tgz"
4444 runs-on : ubuntu-latest
4545 steps :
4646 - name : Upload
47- uses : actions/download-artifact@v3
47+ uses : actions/download-artifact@v4
4848 with :
4949 name : package
5050 - uses : actions/setup-node@v3
You can’t perform that action at this time.
0 commit comments