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 7777 uses : docker/setup-buildx-action@v3
7878
7979 - name : Download pre-built binary
80- uses : actions/download-artifact@v4
80+ uses : actions/download-artifact@v5
8181 with :
8282 name : ${{ matrix.binary-name }}
8383 path : /tmp/binary
@@ -113,7 +113,7 @@ jobs:
113113 needs : [build-docker]
114114 steps :
115115 - name : Download digests
116- uses : actions/download-artifact@v4
116+ uses : actions/download-artifact@v5
117117 with :
118118 path : ${{ runner.temp }}/digests
119119 pattern : digests-*
Original file line number Diff line number Diff line change @@ -148,7 +148,7 @@ jobs:
148148 # Download everything to avoid spelling out the different
149149 # platforms here.
150150 - name : " 📥 Download all artifacts"
151- uses : actions/download-artifact@v4
151+ uses : actions/download-artifact@v5
152152 - name : " 📤 Upload artifacts for release"
153153 run : gh release upload "${GITHUB_REF/refs\/tags\//}" ./*-release-artifacts/*
154154 env :
You can’t perform that action at this time.
0 commit comments