From 2aae9a5f3c7f1f328ba71f2d452adba6c5eaa8ee Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Feb 2024 07:49:30 +0000 Subject: [PATCH] build(deps): bump actions/upload-artifact from 4.3.0 to 4.3.1 Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.3.0 to 4.3.1. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v4.3.0...v4.3.1) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-patch ... 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 709f00a4..90970592 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.3.0 + uses: actions/upload-artifact@v4.3.1 with: name: output path: ./${{env.INPUT_DATA}} diff --git a/.github/workflows/release-publish.yml b/.github/workflows/release-publish.yml index f8877611..6bf6d0c2 100644 --- a/.github/workflows/release-publish.yml +++ b/.github/workflows/release-publish.yml @@ -56,7 +56,7 @@ jobs: - name: The job has failed if: ${{ failure() }} - uses: actions/upload-artifact@v4.3.0 + uses: actions/upload-artifact@v4.3.1 with: name: npm-logs path: /home/runner/.npm/_logs @@ -106,7 +106,7 @@ jobs: git push --no-verify # For manual inspection of the generated artifacts - - uses: actions/upload-artifact@v4.3.0 + - uses: actions/upload-artifact@v4.3.1 with: name: output path: ./test-positive