File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 5555 docker buildx build --build-arg RELEASE_NUM=${RELEASE_NUM} --build-arg RELEASE_VERSION=${RELEASE_VERSION} --build-arg GO_VERSION=${{ env.GO_VERSION }} -f .github/workflows/release/Dockerfile --platform=linux/amd64,linux/arm64 -o releases/ .
5656 ls -l releases/*/
5757 - name : Upload
58- uses : actions/upload-artifact@v3
58+ uses : actions/upload-artifact@v4
5959 with :
6060 name : releases
6161 path : releases/*/overlaybd-snapshotter*
6767 needs : [build]
6868 steps :
6969 - name : Download builds and release notes
70- uses : actions/download-artifact@v4.1.7
70+ uses : actions/download-artifact@v4
7171 - name : Display downloaded files
7272 shell : bash
7373 run : ls -l releases/*/
8888 needs : [build]
8989 steps :
9090 - name : Download builds and release notes
91- uses : actions/download-artifact@v4.1.7
91+ uses : actions/download-artifact@v4
9292 - name : Display downloaded files
9393 shell : bash
9494 run : ls -l releases/*/
You can’t perform that action at this time.
0 commit comments