Skip to content

Commit

Permalink
Chore: change upload-artifact to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
georgesittas committed Jan 23, 2025
1 parent ef037cb commit ff9ea0c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
manylinux: auto
working-directory: ./sqlglotrs
- name: Upload wheels
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: wheels
path: sqlglotrs/dist
Expand All @@ -84,7 +84,7 @@ jobs:
args: --out dist
working-directory: ./sqlglotrs
- name: Upload sdist
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: wheels
path: sqlglotrs/dist
Expand Down

0 comments on commit ff9ea0c

Please sign in to comment.