File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed
Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 6363 id : prep
6464 shell : bash
6565
66- - uses : actions/download-artifact@v3
66+ - uses : actions/download-artifact@v4
6767 id : download
6868 with :
6969 name : ${{ steps.prep.outputs.artifact-name }}
Original file line number Diff line number Diff line change @@ -18,4 +18,4 @@ if (pkg === true) pkg = undefined
1818
1919const config = await get_config ( pkg as string | undefined )
2020
21- console . log ( `${ encodeURIComponent ( utils . pkg . str ( config . pkg ) ) } +${ platform } ` )
21+ console . log ( `${ utils . pkg . str ( config . pkg ) . replace ( '/' , '_' ) } +${ platform } ` )
Original file line number Diff line number Diff line change 4040 id : tar
4141 shell : bash
4242
43- - uses : actions/upload-artifact@v3
43+ - uses : actions/upload-artifact@v4
4444 with :
4545 path : ${{ steps.tar.outputs.path }}
4646 name : ${{ steps.tar.outputs.name }}
4747 if-no-files-found : error
48+ retention-days : 1
You can’t perform that action at this time.
0 commit comments