From 1a8435d9ee2b8004172a6f4cd25255d1d1739984 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Jun 2026 11:44:53 +0000 Subject: [PATCH] Bump joernott/rm-artifact in /consolidate_artifacts Bumps [joernott/rm-artifact](https://github.com/joernott/rm-artifact) in `/consolidate_artifacts` from 1 to 2. Updates `joernott/rm-artifact` from 1 to 2 - [Release notes](https://github.com/joernott/rm-artifact/releases) - [Commits](https://github.com/joernott/rm-artifact/compare/v1...v2) Updates `joernott/rm-artifact` from 1 to 2 - [Release notes](https://github.com/joernott/rm-artifact/releases) - [Commits](https://github.com/joernott/rm-artifact/compare/v1...v2) --- updated-dependencies: - dependency-name: joernott/rm-artifact dependency-version: '2' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github_actions - dependency-name: joernott/rm-artifact dependency-version: '2' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github_actions ... Signed-off-by: dependabot[bot] --- consolidate_artifacts/action.yaml | 2 +- sonarcloud/action.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/consolidate_artifacts/action.yaml b/consolidate_artifacts/action.yaml index c2eee4b7..b12e06f4 100644 --- a/consolidate_artifacts/action.yaml +++ b/consolidate_artifacts/action.yaml @@ -42,7 +42,7 @@ runs: - name: 'Delete old consolidated artifact' if: ${{ steps.check_consolidated.outputs.exists == 'true' }} - uses: 'joernott/rm-artifact@v1' + uses: 'joernott/rm-artifact@v2' with: name: '${{ inputs.target }}' diff --git a/sonarcloud/action.yaml b/sonarcloud/action.yaml index fcf3d8c6..cdc9198a 100644 --- a/sonarcloud/action.yaml +++ b/sonarcloud/action.yaml @@ -141,7 +141,7 @@ runs: - name: 'Remove old artifacts' if: ${{ inputs.run_cleanup == 'true' }} - uses: 'joernott/rm-artifact@v1' + uses: 'joernott/rm-artifact@v2' with: name: '${{ inputs.coverage_artifact }}' useGlob: true