From cb5c6933904a4a0dd8e0f9f7d064c33eca08afeb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 21 Oct 2022 14:11:47 +0000 Subject: [PATCH] Bump actions/upload-artifact from 2 to 3 Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 2 to 3. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v2...v3) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/python_build.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/python_build.yml b/.github/workflows/python_build.yml index 89b101bc2..dd5e6c1f1 100644 --- a/.github/workflows/python_build.yml +++ b/.github/workflows/python_build.yml @@ -37,7 +37,7 @@ jobs: override: true - name: Generate license file run: python ../dev/create_license.py - - uses: actions/upload-artifact@v2 + - uses: actions/upload-artifact@v3 with: name: python-wheel-license path: python/LICENSE.txt @@ -82,7 +82,7 @@ jobs: run: find target/wheels/ - name: Archive wheels - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v3 with: name: dist path: python/target/wheels/* @@ -119,7 +119,7 @@ jobs: konstin2/maturin:v0.11.2 \ build --release --manylinux 2010 - name: Archive wheels - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v3 with: name: dist path: python/target/wheels/*