Skip to content

Commit

Permalink
Updating the upload-artifact action to v4, per GHA warnings.
Browse files Browse the repository at this point in the history
  • Loading branch information
phargogh committed Oct 8, 2024
1 parent 4fe9627 commit 25a1bab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-py-dists.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: Build wheel
run: python -m build --wheel

- uses: actions/upload-artifact@v1
- uses: actions/upload-artifact@v4
with:
name: Wheel for ${{ matrix.os }} ${{ matrix.python-version }}
path: dist
Expand Down Expand Up @@ -58,7 +58,7 @@ jobs:
- name: Build source distribution
run: python -m build --sdist

- uses: actions/upload-artifact@v1
- uses: actions/upload-artifact@v4
with:
name: Source distribution
path: dist

0 comments on commit 25a1bab

Please sign in to comment.