File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 5757 needs : [playground-job]
5858 steps :
5959 - name : Download binaries built by go-releaser from previous job
60- uses : actions/download-artifact@v5
60+ uses : actions/download-artifact@v6
6161 with :
6262 name : go-releaser-binaries
6363 path : app2/ # this path will contain app1 and app2
Original file line number Diff line number Diff line change 9898 fetch-depth : 0
9999
100100 - name : Download binaries built by go-releaser from previous job
101- uses : actions/download-artifact@v5
101+ uses : actions/download-artifact@v6
102102 with :
103103 name : go-releaser-binaries
104104 path : app/ # must specify path (e.g. same as during upload), or files end up on root (?)
@@ -198,7 +198,7 @@ jobs:
198198 needs : [docker-push]
199199 steps :
200200 - name : Download image digests
201- uses : actions/download-artifact@v5
201+ uses : actions/download-artifact@v6
202202 with :
203203 # see comment in upload-artifact@v4, we need to merge by pattern due to the platform specific names
204204 pattern : digests-*
You can’t perform that action at this time.
0 commit comments