Skip to content

Commit

Permalink
Update github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
virtuald committed Oct 17, 2024
1 parent eadc82c commit 58db0f2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: psf/black@stable

cross-build:
Expand All @@ -31,7 +31,7 @@ jobs:
- zope.interface

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

# temporary fix
- run: /build/venv/bin/cross-python -m pip config set global.extra-index-url https://wpilib.jfrog.io/artifactory/api/pypi/wpilib-python-release-2025/simple
Expand Down Expand Up @@ -83,7 +83,7 @@ jobs:
# Upload package so that users can download the package directly
# by just issuing a PR
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v4
if: steps.check.outputs.should_build == 'true'
with:
name: ${{ matrix.package }}
Expand Down

0 comments on commit 58db0f2

Please sign in to comment.