File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -243,7 +243,7 @@ jobs:
243243
244244 # download build artifacts
245245 - name : Download build artifacts
246- uses : actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
246+ uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
247247 with :
248248 name : assertoor_linux_amd64
249249 path : ./bin
@@ -292,7 +292,7 @@ jobs:
292292
293293 # download build artifacts
294294 - name : Download build artifacts
295- uses : actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
295+ uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
296296 with :
297297 name : assertoor_linux_arm64
298298 path : ./bin
Original file line number Diff line number Diff line change 8383 steps :
8484 # download build artifacts
8585 - name : " Download build artifacts"
86- uses : actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
86+ uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
8787
8888 # (re)create snapshot binary release
8989 - name : Update snapshot tag & remove previous snapshot release
Original file line number Diff line number Diff line change 5252
5353 # download build artifacts
5454 - name : " Download build artifacts"
55- uses : actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
55+ uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
5656
5757 # create draft release
5858 - name : Create latest release
You can’t perform that action at this time.
0 commit comments