diff --git a/.github/workflows/_meta-build.yaml b/.github/workflows/_meta-build.yaml index a1d0309a4..22732f85c 100644 --- a/.github/workflows/_meta-build.yaml +++ b/.github/workflows/_meta-build.yaml @@ -60,7 +60,7 @@ jobs: uses: actions/checkout@v6.0.2 - name: Download Artifacts - uses: actions/download-artifact@v8.0.0 + uses: actions/download-artifact@v8.0.1 with: name: assembled-frontend diff --git a/.github/workflows/ci-publish.yaml b/.github/workflows/ci-publish.yaml index 74f6e4172..57f2ad8fc 100644 --- a/.github/workflows/ci-publish.yaml +++ b/.github/workflows/ci-publish.yaml @@ -50,7 +50,7 @@ jobs: uses: actions/checkout@v6.0.2 - name: Download Artifacts - uses: actions/download-artifact@v8.0.0 + uses: actions/download-artifact@v8.0.1 with: name: assembled-frontend