From 0f3a96c41e68f4e50a6e6da4c28f9bb5c764f88c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Apr 2022 10:16:06 +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/ci-cd.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index 8834736..75edb93 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -109,7 +109,7 @@ jobs: exit ${PIPESTATUS[0]} # without this explicit exit code return, even if the previous command fails, the step won't return error because of 'tee' - name: Upload requirements log as artifact - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v3 with: name: Python ${{ matrix.python-version }} - requirements-log path: "Python ${{ matrix.python-version }} - logs/requirements.log" @@ -121,7 +121,7 @@ jobs: exit ${PIPESTATUS[0]} - name: Upload pip list log as artifact - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v3 with: name: Python ${{ matrix.python-version }} - piplist-log path: "Python ${{ matrix.python-version }} - logs/pip-list.log" @@ -139,7 +139,7 @@ jobs: exit ${PIPESTATUS[0]} - name: Upload pytest log as artifact - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v3 with: name: Python ${{ matrix.python-version }} - pytest-log path: "Python ${{ matrix.python-version }} - logs/pytest.log" @@ -160,7 +160,7 @@ jobs: - if: matrix.python-version == '3.9' name: Upload packages as artifact - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v3 with: name: Packages path: dist/