diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7865c94..ae70b6f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -202,7 +202,7 @@ jobs: uses: actions/checkout@v4 - name: Download build artifacts - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v6 with: name: build-artifacts