From c3880aa5f7bdccc0fd3f1b263fb60987f2189e2c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jan 2024 23:24:27 +0000 Subject: [PATCH] Bump actions/upload-artifact from 3.1.3 to 4.0.0 Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3.1.3 to 4.0.0. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v3.1.3...v4.0.0) --- 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.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7dcb1e6f..0bf79f84 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -115,7 +115,7 @@ jobs: )" >> $GITHUB_OUTPUT cd dist && sha256sum * >> $GITHUB_STEP_SUMMARY - name: Upload build artifact - uses: actions/upload-artifact@v3.1.3 + uses: actions/upload-artifact@v4.0.0 with: name: Build # by default build puts sdist and wheel here @@ -202,7 +202,7 @@ jobs: shell: bash - name: Upload coverage if: always() - uses: actions/upload-artifact@v3.1.3 + uses: actions/upload-artifact@v4.0.0 with: name: Coverage path: "*coverage*${{ matrix.os }}-${{ matrix.arch }}-${{ matrix.python }}*" @@ -313,7 +313,7 @@ jobs: >> $GITHUB_STEP_SUMMARY - name: Upload report if: always() - uses: actions/upload-artifact@v3.1.3 + uses: actions/upload-artifact@v4.0.0 with: name: Report path: htmlcov/