diff --git a/.github/workflows/_meta-build.yaml b/.github/workflows/_meta-build.yaml index 9a580ba8..cc55bf75 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.2 + uses: actions/download-artifact@v4.1.4 with: name: assembled-frontend-node${{ inputs.node-version-package }} diff --git a/.github/workflows/ci-publish.yaml b/.github/workflows/ci-publish.yaml index 5d7d7460..ee54a996 100644 --- a/.github/workflows/ci-publish.yaml +++ b/.github/workflows/ci-publish.yaml @@ -54,7 +54,7 @@ jobs: uses: actions/checkout@v4.1.1 - name: Download Artifacts - uses: actions/download-artifact@v4.1.2 + uses: actions/download-artifact@v4.1.4 with: name: assembled-frontend-node18