From 96abeb05b91041f975f1a4a3a0c8fea3b13fc0ce Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Sep 2024 07:03:06 +0000 Subject: [PATCH] build(deps): bump actions/upload-artifact from 4.3.6 to 4.4.0 Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.3.6 to 4.4.0. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v4.3.6...v4.4.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 89d3992a..1b97e401 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.6 + uses: actions/upload-artifact@v4.4.0 with: name: output path: ./${{env.INPUT_DATA}} diff --git a/.github/workflows/release-publish.yml b/.github/workflows/release-publish.yml index ff8446f7..77d51743 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.6 + uses: actions/upload-artifact@v4.4.0 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.6 + - uses: actions/upload-artifact@v4.4.0 with: name: output path: ./test-positive