diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 4cc614f..7bc4779 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -12,6 +12,6 @@ jobs: steps: - uses: actions/checkout@v4 - run: pipx run build - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v4 with: path: dist/*.tar.gz