File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 5353 ref : ${{ (inputs.tag != '' && !inputs.dry_run ) && format('refs/tags/v{0}', inputs.tag) || github.ref }}
5454
5555 - name : Download Artifacts
56- uses : actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
56+ uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
5757 with :
5858 name : dist-${{ github.run_id }}
5959 path : ${{ github.workspace }}/dist
Original file line number Diff line number Diff line change @@ -306,7 +306,7 @@ jobs:
306306 go-version : stable
307307
308308 - name : Download Artifacts
309- uses : actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
309+ uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
310310 with :
311311 name : dist-${{ github.run_id }}
312312 path : ${{ github.workspace }}/dist
Original file line number Diff line number Diff line change 2525 fetch-depth : 0
2626
2727 - name : Download Artifacts
28- uses : actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
28+ uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
2929 with :
3030 name : dist-${{ github.run_id }}
3131 path : ${{ github.workspace }}/dist
You can’t perform that action at this time.
0 commit comments