From 1d37bb3bf1f8a65d28a586ddf51feecc36959228 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Dec 2025 03:13:44 +0000 Subject: [PATCH] Bump actions/upload-artifact from 4 to 6 Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 6. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v4...v6) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/build.yml | 2 +- .github/workflows/discovery.yml | 2 +- .github/workflows/release.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 3a9752e..2a3431e 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -51,7 +51,7 @@ jobs: # clean up - name: Archive production artifacts if: failure() - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v6 with: name: save-log-file-${{ matrix.node-version }}-${{ matrix.coherence-version }} path: logs-*.txt diff --git a/.github/workflows/discovery.yml b/.github/workflows/discovery.yml index b266442..64fc353 100644 --- a/.github/workflows/discovery.yml +++ b/.github/workflows/discovery.yml @@ -62,7 +62,7 @@ jobs: - name: Archive production artifacts if: failure() - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v6 with: name: save-log-file-${{ matrix.node-version }}-${{ matrix.coherence-version }} path: ~/.cohctl/logs/*.*.log diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a3c9195..0978de7 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -49,7 +49,7 @@ jobs: NODE_AUTH_TOKEN: ${{ secrets.NPM_PUBLISH_KEY }} - name: Archive Failure Logs if: failure() - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v6 with: name: npm.log path: /home/runner/.npm/_logs/*