diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index e529452..0361079 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -76,7 +76,7 @@ jobs: run: | python -m cibuildwheel changeforest-py --archs ${{ matrix.vers }} --output-dir wheelhouse - - uses: actions/upload-artifact@v5 + - uses: actions/upload-artifact@v6 with: path: ./wheelhouse/*.whl name: wheels-${{ matrix.os }}-${{ matrix.vers }} @@ -99,7 +99,7 @@ jobs: - name: Build sdist run: maturin sdist -m changeforest-py/Cargo.toml - - uses: actions/upload-artifact@v5 + - uses: actions/upload-artifact@v6 with: name: wheels-sdist path: changeforest-py/target/wheels/*.tar.gz