diff --git a/.github/workflows/dashboard-mainnet.yml b/.github/workflows/dashboard-mainnet.yml index 5071f28d3..06cff5818 100644 --- a/.github/workflows/dashboard-mainnet.yml +++ b/.github/workflows/dashboard-mainnet.yml @@ -84,7 +84,7 @@ jobs: GOOGLE_TAG_MANAGER_SUPPORT: true GOOGLE_TAG_MANAGER_ID: ${{ secrets.GOOGLE_TAG_MANAGER_ID }} - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v4 with: name: build path: build @@ -97,7 +97,7 @@ jobs: steps: - uses: actions/checkout@v3 - - uses: actions/download-artifact@v3 + - uses: actions/download-artifact@v4 - name: Deploy PR mainnet preview to GCP # Temporarily we run the action in version from `alpine-version-413.0.0` @@ -123,7 +123,7 @@ jobs: steps: - uses: actions/checkout@v3 - - uses: actions/download-artifact@v3 + - uses: actions/download-artifact@v4 - name: Deploy mainnet build to GCP # Temporarily we run the action in version from `alpine-version-413.0.0`