From a8c7ff6a55c65d40289763a0a34c94e94b91f7c9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Mar 2026 10:59:43 +0000 Subject: [PATCH] chore(deps): Bump actions/upload-artifact from 4 to 7 Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 7. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v4...v7) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '7' 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..03de4e9 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@v7 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@v7 with: name: coverage-percentage path: coverage-percentage.json diff --git a/.github/workflows/security.yml b/.github/workflows/security.yml index 6690391..3deb0df 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@v7 if: always() with: name: npm-audit-report