File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -15,10 +15,11 @@ runs:
1515 using : composite
1616 steps :
1717 - name : Download artifacts
18- uses : actions/download-artifact@v3
18+ uses : actions/download-artifact@v4
1919 with :
2020 name : ${{ inputs.name }}
2121 path : ${{ inputs.path }}
22+ include-hidden-files : true
2223
2324 - name : Extract artifacts
2425 run : tar -xvf ${{ inputs.name }}.tar
Original file line number Diff line number Diff line change @@ -37,12 +37,13 @@ runs:
3737 shell : bash
3838
3939 - name : Upload artifacts
40- uses : actions/upload-artifact@v3
40+ uses : actions/upload-artifact@v4
4141 with :
4242 if-no-files-found : ${{ inputs.if-no-files-found }}
4343 name : ${{ inputs.name }}
4444 path : ${{ inputs.name }}.tar
4545 retention-days : ${{ inputs.retention-days }}
46+ overwrite : true
4647
4748 - name : Remove archive
4849 run : rm -f ${{ inputs.name }}.tar
You can’t perform that action at this time.
0 commit comments