From e3fdae2eaf3fc5da0484da2504440dc6de51a202 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Dec 2024 07:31:56 +0000 Subject: [PATCH] build(deps): bump actions/upload-artifact from 4.4.3 to 4.5.0 Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.4.3 to 4.5.0. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v4.4.3...v4.5.0) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/compile-mermaid.yml | 2 +- .github/workflows/release-publish.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/compile-mermaid.yml b/.github/workflows/compile-mermaid.yml index e0b17a45..a9536dd6 100644 --- a/.github/workflows/compile-mermaid.yml +++ b/.github/workflows/compile-mermaid.yml @@ -68,7 +68,7 @@ jobs: - name: Upload diagrams for manual inspection # also uploads for `upload-percy.yml` action - uses: actions/upload-artifact@v4.4.3 + uses: actions/upload-artifact@v4.5.0 with: name: output path: ./${{env.INPUT_DATA}} diff --git a/.github/workflows/release-publish.yml b/.github/workflows/release-publish.yml index f07a2d19..0bbec1cf 100644 --- a/.github/workflows/release-publish.yml +++ b/.github/workflows/release-publish.yml @@ -53,7 +53,7 @@ jobs: - name: The job has failed if: ${{ failure() }} - uses: actions/upload-artifact@v4.4.3 + uses: actions/upload-artifact@v4.5.0 with: name: npm-logs path: /home/runner/.npm/_logs @@ -103,7 +103,7 @@ jobs: git push --no-verify # For manual inspection of the generated artifacts - - uses: actions/upload-artifact@v4.4.3 + - uses: actions/upload-artifact@v4.5.0 with: name: output path: ./test-positive