diff --git a/.github/workflows/_meta-build.yaml b/.github/workflows/_meta-build.yaml index 21cec33e4..8d28f5074 100644 --- a/.github/workflows/_meta-build.yaml +++ b/.github/workflows/_meta-build.yaml @@ -71,7 +71,7 @@ jobs: uses: actions/checkout@v4.1.1 - name: Download Artifacts - uses: actions/download-artifact@v4.1.0 + uses: actions/download-artifact@v4.1.1 with: name: assembled-frontend-node${{ inputs.node-version-package }} diff --git a/.github/workflows/ci-publish.yaml b/.github/workflows/ci-publish.yaml index 2f1585902..22f836a68 100644 --- a/.github/workflows/ci-publish.yaml +++ b/.github/workflows/ci-publish.yaml @@ -49,7 +49,7 @@ jobs: uses: actions/checkout@v4.1.1 - name: Download Artifacts - uses: actions/download-artifact@v4.1.0 + uses: actions/download-artifact@v4.1.1 with: name: assembled-frontend-node18