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 639cb8e commit bfdb563
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,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 @@ -80,7 +80,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 All @@ -101,7 +101,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 bfdb563

Please sign in to comment.