From 4230fcf24c760bd8fe32831da34ff9489618cb87 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jan 2024 15:49:04 +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/oci-full.yml | 2 +- .github/workflows/oci-standard.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/oci-full.yml b/.github/workflows/oci-full.yml index b9f223d..21109b0 100644 --- a/.github/workflows/oci-full.yml +++ b/.github/workflows/oci-full.yml @@ -45,7 +45,7 @@ jobs: python -m build - name: Upload wheel package - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: ${{ runner.os }}-wheel-${{ github.sha }} path: dist/*.whl diff --git a/.github/workflows/oci-standard.yml b/.github/workflows/oci-standard.yml index 566a813..64535ad 100644 --- a/.github/workflows/oci-standard.yml +++ b/.github/workflows/oci-standard.yml @@ -45,7 +45,7 @@ jobs: python -m build - name: Upload wheel package - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: ${{ runner.os }}-wheel-${{ github.sha }} path: dist/*.whl