Skip to content

Commit

Permalink
git actions upload-artifact v1 to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
cedricvincentcuaz committed Sep 10, 2024
1 parent 396f48e commit b6b50ff
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_doc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
uses: rickstaa/sphinx-action@master
with:
docs-folder: "docs/"
- uses: actions/upload-artifact@v1
- uses: actions/upload-artifact@v4
with:
name: Documentation
path: docs/build/html/
4 changes: 2 additions & 2 deletions .github/workflows/build_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
run: |
python -m cibuildwheel --output-dir wheelhouse
- uses: actions/upload-artifact@v1
- uses: actions/upload-artifact@v4
with:
name: wheels
path: ./wheelhouse
Expand Down Expand Up @@ -81,7 +81,7 @@ jobs:
run: |
python -m cibuildwheel --output-dir wheelhouse
- uses: actions/upload-artifact@v1
- uses: actions/upload-artifact@v4
with:
name: wheels
path: ./wheelhouse
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build_wheels_weekly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
run: |
python -m cibuildwheel --output-dir wheelhouse
- uses: actions/upload-artifact@v1
- uses: actions/upload-artifact@v4
with:
name: wheels
path: ./wheelhouse

0 comments on commit b6b50ff

Please sign in to comment.