diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 55f10ba..78fde62 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -60,7 +60,7 @@ jobs: if: github.ref_type == 'tag' runs-on: ubuntu-latest steps: - - uses: actions/download-artifact@v4 + - uses: actions/download-artifact@v8 with: path: artifacts merge-multiple: true