Skip to content

Commit

Permalink
Merge pull request #7 from cmake-wheel/dependabot/github_actions/acti…
Browse files Browse the repository at this point in the history
…ons/upload-artifact-4

Bump actions/upload-artifact from 3 to 4
  • Loading branch information
nim65s authored Jan 2, 2024
2 parents d740fad + 5e9a87e commit 5fc577a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
platforms: all
- run: pipx install cmeel
- run: cmeel docker -Ui "quay.io/pypa/${{ matrix.image }}_${{ matrix.arch }}"
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
path: wh

Expand All @@ -53,7 +53,7 @@ jobs:
- run: echo "FC=gfortran-11" >> $GITHUB_ENV
- run: sed -i.bak 's/++=ON/++=OFF/g' pyproject.toml
- run: python -m pip wheel -vw wh .
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
path: wh

Expand All @@ -72,7 +72,7 @@ jobs:
python -m pip install build cmeel[build]
- name: build sdist
run: python -m build -nso dist .
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
path: dist

Expand Down

0 comments on commit 5fc577a

Please sign in to comment.