Skip to content

Commit

Permalink
Bump deprecated action
Browse files Browse the repository at this point in the history
  • Loading branch information
ffelten committed Sep 30, 2024
1 parent 7ea7536 commit 51924cf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
- name: Build sdist and wheels
run: python -m build
- name: Store wheels
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
path: dist

Expand All @@ -55,7 +55,7 @@ jobs:
if: github.event_name == 'release' && github.event.action == 'published'
steps:
- name: Download dists
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4
with:
name: artifact
path: dist
Expand Down

0 comments on commit 51924cf

Please sign in to comment.