Skip to content

Commit 06c15ae

Browse files
Bump actions/upload-artifact from 3 to 4 (#172)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3 to 4. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v3...v4) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 85adb86 commit 06c15ae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
env:
7676
CIBW_SKIP: "*-win32 *_i686"
7777
CIBW_MANYLINUX_X86_64_IMAGE: manylinux2014
78-
- uses: actions/upload-artifact@v3
78+
- uses: actions/upload-artifact@v4
7979
with:
8080
path: ./wheelhouse/*.whl
8181

@@ -96,7 +96,7 @@ jobs:
9696
python -m pip install -U pip
9797
python -m pip install -U build
9898
python -m build --sdist .
99-
- uses: actions/upload-artifact@v3
99+
- uses: actions/upload-artifact@v4
100100
with:
101101
path: dist/*.tar.gz
102102

0 commit comments

Comments
 (0)