From 8f06c49eb60a5b7a310d0088a88cbd9b23e93af4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 26 Feb 2024 04:43:15 +0000 Subject: [PATCH] Update actions/upload-artifact action to v4 --- .github/workflows/container_release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/container_release.yaml b/.github/workflows/container_release.yaml index d924fa62..f9e0bdb8 100644 --- a/.github/workflows/container_release.yaml +++ b/.github/workflows/container_release.yaml @@ -108,7 +108,7 @@ jobs: run: echo "Image pushed to ${{ steps.push-to-quay.outputs.registry-paths }}" - name: Archive generated image data - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: Upload AWS hourly images path: ./data