We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef037cb commit ff9ea0cCopy full SHA for ff9ea0c
.github/workflows/python-publish.yml
@@ -66,7 +66,7 @@ jobs:
66
manylinux: auto
67
working-directory: ./sqlglotrs
68
- name: Upload wheels
69
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
70
with:
71
name: wheels
72
path: sqlglotrs/dist
@@ -84,7 +84,7 @@ jobs:
84
args: --out dist
85
86
- name: Upload sdist
87
88
89
90
0 commit comments