diff --git a/.github/workflows/test-all-versions.yml b/.github/workflows/test-all-versions.yml index 04d5e6772f..02a19bf1b1 100644 --- a/.github/workflows/test-all-versions.yml +++ b/.github/workflows/test-all-versions.yml @@ -169,7 +169,7 @@ jobs: - name: Install run: npm ci - name: Download Build Artifacts - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: name: tav-build-cache-${{ github.run_number }} path: .nx diff --git a/.github/workflows/unit-test.yml b/.github/workflows/unit-test.yml index af296ed5d6..a02a4a8a4f 100644 --- a/.github/workflows/unit-test.yml +++ b/.github/workflows/unit-test.yml @@ -183,7 +183,7 @@ jobs: - name: Install run: npm ci - name: Download Build Artifacts - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: name: tests-build-cache-${{ github.run_number }} path: .nx @@ -224,7 +224,7 @@ jobs: - name: Install run: npm ci - name: Download Build Artifacts - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: name: tests-build-cache-${{ github.run_number }} path: .nx