From f1de30bb122de2628c023d5a4931f368448db4d2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Jan 2025 16:06:43 +0000 Subject: [PATCH] ci(ghactions): 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/build.yml | 4 ++-- .github/workflows/graphs.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 30a42bda..2e9c1a4a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -34,7 +34,7 @@ jobs: run: npm run build:${{ matrix.module }} - name: Upload build - uses: actions/upload-artifact@v4.4.3 + uses: actions/upload-artifact@v4.6.0 with: name: ${{ matrix.module }} path: ./${{ matrix.module }}/ @@ -57,7 +57,7 @@ jobs: run: npm run docs:build - name: Upload docs - uses: actions/upload-artifact@v4.4.3 + uses: actions/upload-artifact@v4.6.0 with: name: docs path: ./docs/ diff --git a/.github/workflows/graphs.yml b/.github/workflows/graphs.yml index 0b95de84..10dcf7ba 100644 --- a/.github/workflows/graphs.yml +++ b/.github/workflows/graphs.yml @@ -34,7 +34,7 @@ jobs: run: npm run graphs:build - name: Upload build - uses: actions/upload-artifact@v4.4.3 + uses: actions/upload-artifact@v4.6.0 with: name: graphs path: ./graphs/