diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 72af3e5eae..7deb6c2330 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -324,7 +324,7 @@ jobs: cache: npm - run: npm ci - name: Download all shard coverage - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: pattern: coverage-shard-* path: coverage-shards/ diff --git a/.github/workflows/docker-publish.yml b/.github/workflows/docker-publish.yml index fd460e2516..f26e697a40 100644 --- a/.github/workflows/docker-publish.yml +++ b/.github/workflows/docker-publish.yml @@ -229,7 +229,7 @@ jobs: password: ${{ secrets.GITHUB_TOKEN }} - name: Download digests - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v8 with: pattern: digests-* path: /tmp/digests