From a6139dcbec44fd51a7b06fbe2ee5c60d07ec5c0a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Dec 2023 17:06:49 +0000 Subject: [PATCH] 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/release.yml | 2 +- .github/workflows/wheels.yml | 4 ++-- .github/workflows/windows.yml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f023531..b7a7780 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -88,7 +88,7 @@ jobs: prerelease: false overwrite: true - name: Upload - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: vpmr-${{ env.VPMR_VERSION }}-x86_64.AppImage path: vpmr-${{ env.VPMR_VERSION }}-x86_64.AppImage diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml index c17adbc..ec44762 100644 --- a/.github/workflows/wheels.yml +++ b/.github/workflows/wheels.yml @@ -19,7 +19,7 @@ jobs: run: pipx run build --sdist - name: Check run: pipx run twine check dist/* - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v4 with: name: pyvpmr path: dist/*.tar.gz @@ -39,7 +39,7 @@ jobs: - name: CI Build Wheel uses: pypa/cibuildwheel@v2.16 - name: Upload - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: pyvpmr path: wheelhouse/*.whl diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 21c357b..8b1e9a9 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -54,7 +54,7 @@ jobs: prerelease: false overwrite: true - name: Upload - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: vpmr-${{ env.VPMR_VERSION }}-win.7z path: vpmr-${{ env.VPMR_VERSION }}-win.7z