From 86bcfb6e646f3bc8453ac670d177de6fe2eaa5ac Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 16 Jan 2024 08:15:32 +0000 Subject: [PATCH] chore(deps): update actions/upload-artifact action to v4 --- .github/workflows/build-images.yaml | 2 +- .github/workflows/manual-dev-release-workflow.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-images.yaml b/.github/workflows/build-images.yaml index 10fe1282..7368c68a 100644 --- a/.github/workflows/build-images.yaml +++ b/.github/workflows/build-images.yaml @@ -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 \ No newline at end of file diff --git a/.github/workflows/manual-dev-release-workflow.yaml b/.github/workflows/manual-dev-release-workflow.yaml index 9a2815b7..40e87312 100644 --- a/.github/workflows/manual-dev-release-workflow.yaml +++ b/.github/workflows/manual-dev-release-workflow.yaml @@ -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 \ No newline at end of file