diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index ec9d62d78..eb78a6343 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -65,7 +65,7 @@ jobs: if: github.ref == 'refs/heads/live' steps: - name: Download artifacts - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: name: public-${{ needs.build.outputs.short_sha }} path: public