From 03d705af873b8cfb24dba3eec97fc926397eca77 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Dec 2025 21:05:55 +0000 Subject: [PATCH] build(deps): bump kube-logging/logging-operator/.github/workflows/artifacts.yaml Bumps the github-actions group with 1 update: [kube-logging/logging-operator/.github/workflows/artifacts.yaml](https://github.com/kube-logging/logging-operator). Updates `kube-logging/logging-operator/.github/workflows/artifacts.yaml` from 6.2.1 to 6.2.2 - [Release notes](https://github.com/kube-logging/logging-operator/releases) - [Commits](https://github.com/kube-logging/logging-operator/compare/6.2.1...6.2.2) --- updated-dependencies: - dependency-name: kube-logging/logging-operator/.github/workflows/artifacts.yaml dependency-version: 6.2.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yaml | 2 +- .github/workflows/release.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 6967084..2d8921c 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -63,7 +63,7 @@ jobs: artifacts: name: Artifacts - uses: kube-logging/logging-operator/.github/workflows/artifacts.yaml@6.2.1 + uses: kube-logging/logging-operator/.github/workflows/artifacts.yaml@6.2.2 with: version: "latest" publish: ${{ github.event_name == 'push' }} diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index db382e0..ec007d9 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -10,7 +10,7 @@ permissions: jobs: artifacts: name: Artifacts - uses: kube-logging/logging-operator/.github/workflows/artifacts.yaml@6.2.1 + uses: kube-logging/logging-operator/.github/workflows/artifacts.yaml@6.2.2 with: version: ${{ github.ref_name }} publish: true