From b5282d666696739f2f5921c4cf51344d31ed57bd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jan 2025 06:31:23 +0000 Subject: [PATCH] build(deps): bump actions/upload-artifact from 4.4.3 to 4.6.0 Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.4.3 to 4.6.0. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v4.4.3...v4.6.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 71cc7d67..f9509005 100644 --- a/.github/workflows/compile-mermaid.yml +++ b/.github/workflows/compile-mermaid.yml @@ -69,7 +69,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.6.0 with: name: output path: ./${{env.INPUT_DATA}} diff --git a/.github/workflows/release-publish.yml b/.github/workflows/release-publish.yml index d2934b35..ab24192e 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.6.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.6.0 with: name: output path: ./test-positive