From 651a6cd2e3f44b3aad23245470e8e2aa6eb18fb3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Apr 2026 07:43:32 +0000 Subject: [PATCH] chore(deps): bump the github-actions group across 1 directory with 2 updates Bumps the github-actions group with 2 updates in the / directory: [dorny/paths-filter](https://github.com/dorny/paths-filter) and [actions/upload-artifact](https://github.com/actions/upload-artifact). Updates `dorny/paths-filter` from 3 to 4 - [Release notes](https://github.com/dorny/paths-filter/releases) - [Changelog](https://github.com/dorny/paths-filter/blob/master/CHANGELOG.md) - [Commits](https://github.com/dorny/paths-filter/compare/v3...v4) Updates `actions/upload-artifact` from 6 to 7 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v6...v7) --- updated-dependencies: - dependency-name: dorny/paths-filter dependency-version: '4' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: actions/upload-artifact dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/test.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 481d7d2..79d90f6 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -14,7 +14,7 @@ jobs: codechange: "${{ steps.code-filter.outputs.codechange }}" steps: - uses: "actions/checkout@v6" - - uses: "dorny/paths-filter@v3" + - uses: "dorny/paths-filter@v4" id: "code-filter" with: filters: | @@ -80,7 +80,7 @@ jobs: - name: Run tests run: CI=true yarn only-run-tests working-directory: ./js-dist - - uses: actions/upload-artifact@v6 + - uses: actions/upload-artifact@v7 with: name: js-client-${{ matrix.node-version }} path: |