Skip to content

Commit

Permalink
Upgrade GitHub Actions (versions)
Browse files Browse the repository at this point in the history
  • Loading branch information
MBartkowiakSTFC committed Sep 9, 2024
1 parent c513a22 commit 0cdd65e
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 @@ -33,7 +33,7 @@ jobs:
# env:
# CIBW_SOME_OPTION: value

- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: ${{ matrix.os }}_python${{ matrix.python-version }}_wheel
path: ./MDANSE/dist/*.whl
Expand All @@ -58,7 +58,7 @@ jobs:
with:
python-version: ${{ matrix.python-version }}

- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4
with:
name: ${{ matrix.os }}_python${{ matrix.python-version }}_wheel

Expand All @@ -79,7 +79,7 @@ jobs:
# env:
# CIBW_SOME_OPTION: value

- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: ${{ matrix.os }}_python${{ matrix.python-version }}_GUI_wheel
path: ./MDANSE_GUI/dist/*.whl
Expand Down

0 comments on commit 0cdd65e

Please sign in to comment.