From 08ae2e98d9ebb3f9b62d9812ac95b131de679301 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Dec 2023 04:52:28 +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/pylint.yml | 2 +- .github/workflows/pypi.yml | 2 +- action.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/pylint.yml b/.github/workflows/pylint.yml index 83249d1..b16c256 100644 --- a/.github/workflows/pylint.yml +++ b/.github/workflows/pylint.yml @@ -66,7 +66,7 @@ jobs: - name: Upload class structure diagrams #if: matrix.python-version == '3.11' - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: class-structure path: class-structure diff --git a/.github/workflows/pypi.yml b/.github/workflows/pypi.yml index 0c4d3b7..f078c22 100644 --- a/.github/workflows/pypi.yml +++ b/.github/workflows/pypi.yml @@ -29,7 +29,7 @@ jobs: run: python -m build - name: Store the distribution packages - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: python-package-distributions path: dist/ diff --git a/action.yml b/action.yml index 7646ef7..46fca69 100644 --- a/action.yml +++ b/action.yml @@ -47,7 +47,7 @@ runs: alteza --content "$INPUT_PATH" --output alteza-output - name: Upload website ZIP file - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: alteza-output path: alteza-output