Skip to content

Commit ff9ea0c

Browse files
committed
Chore: change upload-artifact to v4
1 parent ef037cb commit ff9ea0c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/python-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
manylinux: auto
6767
working-directory: ./sqlglotrs
6868
- name: Upload wheels
69-
uses: actions/upload-artifact@v3
69+
uses: actions/upload-artifact@v4
7070
with:
7171
name: wheels
7272
path: sqlglotrs/dist
@@ -84,7 +84,7 @@ jobs:
8484
args: --out dist
8585
working-directory: ./sqlglotrs
8686
- name: Upload sdist
87-
uses: actions/upload-artifact@v3
87+
uses: actions/upload-artifact@v4
8888
with:
8989
name: wheels
9090
path: sqlglotrs/dist

0 commit comments

Comments
 (0)