From 6a9a5428e273dd6ab0872d691aeaa273f152fa07 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 22 Aug 2025 10:13:24 +0000 Subject: [PATCH] chore(deps): update actions/download-artifact action to v5 --- .github/workflows/test-all-versions.yml | 2 +- .github/workflows/unit-test.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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