Skip to content

Commit eed6904

Browse files
[MNT] [Dependabot](deps): Bump actions/upload-artifact from 4 to 5 (#1986)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 5.
1 parent 526d1d8 commit eed6904

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pypi_release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
python -m build --wheel --sdist --outdir wheelhouse
4949
5050
- name: Store wheels
51-
uses: actions/upload-artifact@v4
51+
uses: actions/upload-artifact@v5
5252
with:
5353
name: wheels
5454
path: wheelhouse/*

0 commit comments

Comments
 (0)