Skip to content

Commit 517537f

Browse files
committed
use newer upload/download artifact major versions
1 parent ff919de commit 517537f

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
pip install build
5656
python -m build --sdist
5757
- name: Upload source package
58-
uses: actions/upload-artifact@v4
58+
uses: actions/upload-artifact@v5
5959
with:
6060
name: sdist
6161
path: dist/
@@ -115,19 +115,19 @@ jobs:
115115
needs: [lint, test, package-sdist, package-wheel]
116116
steps:
117117
- uses: actions/checkout@v5
118-
- uses: actions/download-artifact@v5
118+
- uses: actions/download-artifact@v6
119119
with:
120120
name: sdist
121121
path: dist/
122-
- uses: actions/download-artifact@v5
122+
- uses: actions/download-artifact@v6
123123
with:
124124
name: wheels-win
125125
path: dist/
126-
- uses: actions/download-artifact@v5
126+
- uses: actions/download-artifact@v6
127127
with:
128128
name: wheels-macosx
129129
path: dist/
130-
- uses: actions/download-artifact@v5
130+
- uses: actions/download-artifact@v6
131131
with:
132132
name: wheels-manylinux
133133
path: dist/

0 commit comments

Comments
 (0)