From 2765d6873047d7678e326867ecca806c8ac1dc6a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 20 Oct 2022 01:37:33 +0000 Subject: [PATCH] dependabot_gha(deps): 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/main.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index cd975acb..09ee367e 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -160,7 +160,7 @@ jobs: run: | python setup.py sdist - - uses: actions/upload-artifact@v2 + - uses: actions/upload-artifact@v3 with: path: ./dist/pytrip98*.tar.gz if-no-files-found: error @@ -198,7 +198,7 @@ jobs: run: | ls -alh dist/ - - uses: actions/upload-artifact@v2 + - uses: actions/upload-artifact@v3 with: path: ./dist/pytrip98*manylinux1_x86_64.whl if-no-files-found: error @@ -236,7 +236,7 @@ jobs: run: | ls -alh dist/ - - uses: actions/upload-artifact@v2 + - uses: actions/upload-artifact@v3 with: path: ./dist/pytrip98*manylinux2010_x86_64.whl if-no-files-found: error @@ -285,7 +285,7 @@ jobs: CIBW_BUILD_VERBOSITY: "1" CIBW_BUILD: "cp36-* cp37-* cp38-* cp39-*" # add MacOS 3.10 support - - uses: actions/upload-artifact@v2 + - uses: actions/upload-artifact@v3 with: path: ./wheelhouse/*.whl if-no-files-found: error