Skip to content

Commit

Permalink
chore: update deprecated github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
foosel committed Jan 6, 2025
1 parent 592a9d0 commit 86488c0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
run: |
python setup.py sdist bdist_wheel
- name: ⬆ Upload build result
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: dist
path: dist
Expand Down Expand Up @@ -56,7 +56,7 @@ jobs:
id-token: write
steps:
- name: ⬇ Download build result
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: dist
path: dist
Expand Down

0 comments on commit 86488c0

Please sign in to comment.