Skip to content

Commit 7812689

Browse files
authored
Merge pull request #30 from adafruit/bump-upload-artifact-version
use newer upload-artifact
2 parents a8a57e1 + d1b98b9 commit 7812689

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/wheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Check metadata
2626
run: pipx run twine check dist/*
2727

28-
- uses: actions/upload-artifact@v3
28+
- uses: actions/upload-artifact@v4
2929
with:
3030
path: dist/*.tar.gz
3131

0 commit comments

Comments
 (0)