Skip to content

Commit

Permalink
Merge pull request #218 from sandialabs/dependabot/github_actions/act…
Browse files Browse the repository at this point in the history
…ions/upload-artifact-4

Bump actions/upload-artifact from 3 to 4
  • Loading branch information
mrbuche authored Dec 18, 2023
2 parents ddb1cdc + 0517d7c commit c9ba9c6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
default: true
- name: build wheels
run: bash .github/workflows/build_wheels.sh
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: linux-wheels
path: wheelhouse/
Expand All @@ -39,7 +39,7 @@ jobs:
run: |
python3 -m pip install cffi maturin
maturin build --features python --release
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: osx-${{ matrix.python-version }}-wheel
path: target/wheels
Expand All @@ -56,7 +56,7 @@ jobs:
run: |
python -m pip install cffi maturin
maturin build --features python --release
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: windows-wheels
path: target/wheels
Expand Down

0 comments on commit c9ba9c6

Please sign in to comment.