File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 2020 run : yarn --immutable --network-timeout 1000000
2121 - name : Building deb
2222 run : yarn oclif pack:deb --root="./packages/cli"
23- - uses : actions/upload-artifact@v5
23+ - uses : actions/upload-artifact@v6
2424 with :
2525 name : packed-deb
2626 path : /home/runner/work/cli/cli/packages/cli/dist
3838 run : yarn --immutable --network-timeout 1000000
3939 - name : Building tarballs
4040 run : yarn oclif pack tarballs --root="./packages/cli"
41- - uses : actions/upload-artifact@v5
41+ - uses : actions/upload-artifact@v6
4242 with :
4343 name : packed-tarballs
4444 path : /home/runner/work/cli/cli/packages/cli/dist
6262 - run : |
6363 cd /home/runner/work/cli/cli/packages/cli/dist/deb
6464 /home/runner/work/cli/cli/packages/cli/scripts/sign/deb
65- - uses : actions/upload-artifact@v5
65+ - uses : actions/upload-artifact@v6
6666 with :
6767 name : signed-deb
6868 path : /home/runner/work/cli/cli/packages/cli/dist
You can’t perform that action at this time.
0 commit comments