Skip to content

Commit d22dde6

Browse files
Bump actions/upload-artifact from 2 to 4 (#21)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 2 to 4. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v2...v4) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 23c14e7 commit d22dde6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release-wheels.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
python setup.py sdist
3232
3333
- name: Store artifacts
34-
uses: actions/upload-artifact@v2
34+
uses: actions/upload-artifact@v4
3535
with:
3636
name: wheels
3737
path: ./dist
@@ -181,7 +181,7 @@ jobs:
181181
python -m cibuildwheel --output-dir dist
182182
183183
- name: Store artifacts
184-
uses: actions/upload-artifact@v2
184+
uses: actions/upload-artifact@v4
185185
with:
186186
name: wheels
187187
path: ./dist

0 commit comments

Comments
 (0)