diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f293a84f..76bd98a4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -86,7 +86,7 @@ jobs: id: get-version run: echo ::set-output name=tag::${GITHUB_REF/refs\/tags\//} - name: "📥 Download Python wheel" - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: wheel path: dist/*