Skip to content

Commit 481f8da

Browse files
chore(deps): bump actions/upload-artifact from 6 to 7 (#188)
1 parent 17db04b commit 481f8da

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Build a binary wheel and a source tarball
2626
run: python3 -m build
2727
- name: Store the distribution packages
28-
uses: actions/upload-artifact@v6
28+
uses: actions/upload-artifact@v7
2929
with:
3030
name: python-package-distributions
3131
path: dist/

0 commit comments

Comments
 (0)