diff --git a/.github/workflows/build-test.yml b/.github/workflows/build-test.yml index 99ac3d4..70f2e9f 100644 --- a/.github/workflows/build-test.yml +++ b/.github/workflows/build-test.yml @@ -424,7 +424,7 @@ jobs: - name: Download all build artifacts - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: pattern: '*-build' merge-multiple: true diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 7ec2be4..addc0ab 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -386,7 +386,7 @@ jobs: uses: actions/checkout@v6 - name: Download all build artifacts - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: pattern: '*-build' merge-multiple: true @@ -429,7 +429,7 @@ jobs: uses: actions/checkout@v6 - name: Download all build artifacts - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: pattern: '*-build' merge-multiple: true