From 48231300980880c4e9a1a12a594a339a42401d4c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Dec 2025 10:21:12 +0000 Subject: [PATCH] chore(deps): 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/ci.yml | 4 ++-- .github/workflows/security.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 443655b..7feee66 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -44,7 +44,7 @@ jobs: SKIP_INTEGRATION_TESTS: true - name: Upload coverage reports - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v6 if: matrix.node-version == '18.x' with: name: coverage-report @@ -70,7 +70,7 @@ jobs: - name: Upload coverage percentage if: matrix.node-version == '18.x' && github.ref == 'refs/heads/main' && github.event_name == 'push' && hashFiles('coverage-percentage.json') != '' - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v6 with: name: coverage-percentage path: coverage-percentage.json diff --git a/.github/workflows/security.yml b/.github/workflows/security.yml index 6690391..4bc9113 100644 --- a/.github/workflows/security.yml +++ b/.github/workflows/security.yml @@ -53,7 +53,7 @@ jobs: npm audit - name: Upload audit results - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v6 if: always() with: name: npm-audit-report