diff --git a/.github/workflows/build-and-test.yaml b/.github/workflows/build-and-test.yaml index e9f174f..413d428 100644 --- a/.github/workflows/build-and-test.yaml +++ b/.github/workflows/build-and-test.yaml @@ -30,7 +30,7 @@ jobs: artifacts: name: Artifacts - uses: kube-logging/logging-operator/.github/workflows/artifacts.yaml@4.3.0 + uses: kube-logging/logging-operator/.github/workflows/artifacts.yaml@4.4.1 with: publish: ${{ github.event_name == 'push' }} permissions: diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 7f7922f..0126281 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@4.3.0 + uses: kube-logging/logging-operator/.github/workflows/artifacts.yaml@4.4.1 with: publish: true release: true