Skip to content

Commit 774ba23

Browse files
committed
GH Actions: bump actions/upload-artifact to v7 (was v4)
Despite several major version bumps, there should be no breaking changes. The only notable change is that https://github.com/actions/upload-artifact/releases/tag/v6.0.0 runs on Node.js 24 (unlike v5.0.0, which still ran on Node.js 20).
1 parent 3463ae3 commit 774ba23

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
@@ -27,7 +27,7 @@ jobs:
2727
- name: Build a binary wheel and a source tarball
2828
run: python3 -m build
2929
- name: Store the package distributions
30-
uses: actions/upload-artifact@v4
30+
uses: actions/upload-artifact@v7
3131
with:
3232
name: python-package-distributions
3333
path: dist/

0 commit comments

Comments
 (0)