From c336bf421f6f5c1b74dbf7c37dcb6c6178e5db0b Mon Sep 17 00:00:00 2001 From: Alejandro Peralta Date: Thu, 5 Sep 2024 12:09:04 +0200 Subject: [PATCH] chore(github): Update actions/upload-artifact version --- .github/workflows/deploy.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 2d1c1f74..1570ded3 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -218,7 +218,7 @@ jobs: EOF - name: Upload Docker Compose File as Artifact - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v4 with: name: docker-compose-file path: infrastructure/source_bundle/docker-compose.yml @@ -229,7 +229,7 @@ jobs: zip -r deploy.zip * .[^.]* - name: Upload Zip File as Artifact - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v4 with: name: deploy-zip path: infrastructure/source_bundle/deploy.zip