Skip to content

Commit aab385f

Browse files
authored
Merge pull request #39 from wanadev/dependabot/github_actions/actions/upload-artifact-5
Bump actions/upload-artifact from 4 to 5
2 parents 918c4e8 + 5d2a29b commit aab385f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/python-packages.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
python setup.py sdist
3535
3636
- name: "Upload artifacts"
37-
uses: actions/upload-artifact@v4
37+
uses: actions/upload-artifact@v5
3838
with:
3939
name: sdist
4040
path: dist/
@@ -89,7 +89,7 @@ jobs:
8989
PIP_USE_PEP517: 1
9090

9191
- name: "Upload artifacts"
92-
uses: actions/upload-artifact@v4
92+
uses: actions/upload-artifact@v5
9393
with:
9494
name: wheels-${{ matrix.os }}-${{ matrix.cibw_archs }}
9595
path: ./wheelhouse/*.whl

0 commit comments

Comments
 (0)