Skip to content

Commit

Permalink
version bump of actions
Browse files Browse the repository at this point in the history
  • Loading branch information
dahlend committed Aug 22, 2024
1 parent ad62563 commit 025260e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
4 changes: 2 additions & 2 deletions .github/workflows/test-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit 025260e

Please sign in to comment.