Skip to content

Commit 694bf62

Browse files
authored
Merge pull request #7 from wanadev/dependabot/github_actions/actions/upload-artifact-4
Bump actions/upload-artifact from 3 to 4
2 parents c295f38 + 51ea296 commit 694bf62

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
@@ -32,7 +32,7 @@ jobs:
3232
python setup.py sdist
3333
3434
- name: "Upload artifacts"
35-
uses: actions/upload-artifact@v3
35+
uses: actions/upload-artifact@v4
3636
with:
3737
name: sdist
3838
path: dist/
@@ -64,7 +64,7 @@ jobs:
6464
PIP_USE_PEP517: 1
6565

6666
- name: "Upload artifacts"
67-
uses: actions/upload-artifact@v3
67+
uses: actions/upload-artifact@v4
6868
with:
6969
name: wheels
7070
path: ./wheelhouse/*.whl

0 commit comments

Comments
 (0)