From 21843c6c055544c7f16c703a85ffa2f6edc69151 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 15 Dec 2023 05:12:12 +0000 Subject: [PATCH] build(deps): bump actions/upload-artifact from 3 to 4 Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3 to 4. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v3...v4) --- 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 | 2 +- .github/workflows/coverage.yml | 2 +- .github/workflows/release.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index edce01e..93e46ea 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -68,7 +68,7 @@ jobs: tox -e build - name: Upload artifacts - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: wheels path: ./dist/*.whl diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index 0cf690b..a98d152 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -169,7 +169,7 @@ jobs: filename: coverage.xml output: 'both' - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v4 with: name: src_coverage_rpts path: | diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 34c331c..3ae0cb0 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -46,7 +46,7 @@ jobs: tox -e build - name: Upload artifacts - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: wheels path: ./dist/*.whl