diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 039cc7f..cb3f1a8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -207,7 +207,7 @@ jobs: fetch-depth: 0 - name: Download all coverage artifacts - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v8 with: pattern: coverage-* merge-multiple: false diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c1ded4c..dc02e70 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -87,7 +87,7 @@ jobs: fetch-depth: 0 - name: Download artifacts - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v8 with: name: release-binaries path: artifacts