diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0dcc9e3..d099a35 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -60,7 +60,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Download artifacts - uses: actions/download-artifact@v5 + uses: actions/download-artifact@v6 with: name: ${{ runner.os }} path: artifacts