Skip to content

Commit f529b15

Browse files
chore(deps): bump actions/upload-artifact from 2 to 3 (#119)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 2 to 3. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v2...v3) --- 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 f4a7f0c commit f529b15

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
env:
6262
CIBW_ARCHS: "${{ matrix.arch }}"
6363

64-
- uses: actions/upload-artifact@v2
64+
- uses: actions/upload-artifact@v3
6565
with:
6666
path: ./wheelhouse/*.whl
6767

@@ -77,7 +77,7 @@ jobs:
7777
- name: Build SDist
7878
run: pipx run build --sdist
7979

80-
- uses: actions/upload-artifact@v2
80+
- uses: actions/upload-artifact@v3
8181
with:
8282
path: dist/*.tar.gz
8383

0 commit comments

Comments
 (0)