Skip to content

Commit 67176b2

Browse files
authored
Merge pull request #5 from RUrlus/dependabot/github_actions/actions/upload-artifact-3
Bump actions/upload-artifact from 2 to 3
2 parents b9958ac + 68953bd commit 67176b2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/wheels.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: Check metadata
2727
run: twine check dist/*
2828

29-
- uses: actions/upload-artifact@v2
29+
- uses: actions/upload-artifact@v3
3030
with:
3131
path: dist/*.tar.gz
3232

@@ -70,7 +70,7 @@ jobs:
7070
shell: bash
7171

7272
- name: Upload wheels
73-
uses: actions/upload-artifact@v2
73+
uses: actions/upload-artifact@v3
7474
with:
7575
path: wheelhouse/*.whl
7676

0 commit comments

Comments
 (0)