Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/build-images.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ jobs:

- name: Upload artifact
if: ${{ inputs.upload_images == true }}
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: images
path: /tmp/${{matrix.image}}.tar
2 changes: 1 addition & 1 deletion .github/workflows/manual-dev-release-workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
run : |
make generate-release-file AGENT_IMAGE="$AGENT_IMAGE" MANAGER_IMAGE="$MANAGER_IMAGE"
- name: upload release
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: release.yaml
path: ${{ github.workspace }}/release.yaml
2 changes: 1 addition & 1 deletion .github/workflows/pull-request-workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
uses: docker/setup-buildx-action@v3

- name: Download artifact
uses: actions/download-artifact@v3
uses: actions/download-artifact@v5
with:
name: images
path: /tmp
Expand Down
Loading