From 025260e1af9a80088ffe35bdcdfb1d26bb1c4396 Mon Sep 17 00:00:00 2001 From: Dar Dahlen Date: Wed, 21 Aug 2024 22:09:07 -0700 Subject: [PATCH] version bump of actions --- .github/workflows/release-wheels.yml | 4 ++-- .github/workflows/test-lint.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/release-wheels.yml b/.github/workflows/release-wheels.yml index 6361864..cca625f 100644 --- a/.github/workflows/release-wheels.yml +++ b/.github/workflows/release-wheels.yml @@ -39,7 +39,7 @@ jobs: uses: dtolnay/rust-toolchain@stable - run: cargo test --all-features - name: Set up Python - uses: actions/setup-python@v4 + uses: actions/setup-python@v5 with: python-version: "3.12" - name: Install dependencies @@ -63,6 +63,6 @@ jobs: CIBW_BUILD_VERBOSITY: 1 CONDA_HOME: /usr/local/miniconda run: python3 -m cibuildwheel --output-dir wheelhouse - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v4 with: path: ./wheelhouse/*.whl diff --git a/.github/workflows/test-lint.yml b/.github/workflows/test-lint.yml index b060316..1f21f05 100644 --- a/.github/workflows/test-lint.yml +++ b/.github/workflows/test-lint.yml @@ -27,7 +27,7 @@ jobs: with: lfs: true - name: Set up Python - uses: actions/setup-python@v4 + uses: actions/setup-python@v5 with: python-version: "3.9" - name: Test with cargo @@ -64,7 +64,7 @@ jobs: echo "::warning title=Invalid file permissions automatically fixed::$line" done - name: Upload Docs artifact - uses: actions/upload-artifact@master + uses: actions/upload-artifact@v4 with: name: "docs" path: