From 49054ebd494683ee6f1d8f5b70228c03dae288f2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 26 Mar 2026 19:27:08 +0000 Subject: [PATCH] Update GitHub Artifact Actions --- .github/workflows/build_and_deploy.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build_and_deploy.yml b/.github/workflows/build_and_deploy.yml index 80aaec38..3629baf8 100644 --- a/.github/workflows/build_and_deploy.yml +++ b/.github/workflows/build_and_deploy.yml @@ -48,7 +48,7 @@ jobs: env: REACT_APP_VERSION: ${{ github.sha }} - name: Archive production artifacts - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 with: name: build path: | @@ -61,7 +61,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Download all workflow run artifacts - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v8 - uses: FirebaseExtended/action-hosting-deploy@v0 with: repoToken: '${{ secrets.GITHUB_TOKEN }}' @@ -75,7 +75,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Download all workflow run artifacts - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v8 - uses: FirebaseExtended/action-hosting-deploy@v0 with: repoToken: '${{ secrets.GITHUB_TOKEN }}' @@ -89,7 +89,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Download all workflow run artifacts - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v8 - uses: FirebaseExtended/action-hosting-deploy@v0 with: repoToken: '${{ secrets.GITHUB_TOKEN }}'