Skip to content

Commit 443bd37

Browse files
authored
Merge branch 'main' into docs/auto-model-overview
2 parents 634d346 + c78b273 commit 443bd37

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pypi_release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
python -m build --wheel --sdist --outdir wheelhouse
4949
5050
- name: Store wheels
51-
uses: actions/upload-artifact@v4
51+
uses: actions/upload-artifact@v5
5252
with:
5353
name: wheels
5454
path: wheelhouse/*
@@ -102,7 +102,7 @@ jobs:
102102
id-token: write
103103

104104
steps:
105-
- uses: actions/download-artifact@v5
105+
- uses: actions/download-artifact@v6
106106
with:
107107
name: wheels
108108
path: wheelhouse

0 commit comments

Comments
 (0)