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 @@ -111,7 +111,7 @@ jobs:
111111
112112 - name : Upload artifact
113113 if : ${{ inputs.upload_images == true }}
114- uses : actions/upload-artifact@v3
114+ uses : actions/upload-artifact@v4
115115 with :
116116 name : images
117117 path : /tmp/${{matrix.image}}.tar
Original file line number Diff line number Diff line change 6464 run : |
6565 make generate-release-file AGENT_IMAGE="$AGENT_IMAGE" MANAGER_IMAGE="$MANAGER_IMAGE"
6666 - name : upload release
67- uses : actions/upload-artifact@v3
67+ uses : actions/upload-artifact@v4
6868 with :
6969 name : release.yaml
7070 path : ${{ github.workspace }}/release.yaml
Original file line number Diff line number Diff line change 2424 uses : docker/setup-buildx-action@v3
2525
2626 - name : Download artifact
27- uses : actions/download-artifact@v3
27+ uses : actions/download-artifact@v4
2828 with :
2929 name : images
3030 path : /tmp
You can’t perform that action at this time.
0 commit comments