From b69788b7a7efaac939abec5aee03d7c6defeb0ea Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Oct 2025 11:55:19 +0000 Subject: [PATCH] chore(deps): Bump actions/upload-artifact from 4 to 5 Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 5. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v4...v5) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '5' 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..c3b84f5 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@v5 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@v5 with: name: coverage-percentage path: coverage-percentage.json diff --git a/.github/workflows/security.yml b/.github/workflows/security.yml index 6690391..9b81754 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@v5 if: always() with: name: npm-audit-report