From 0a9e448dfa928886744aa756bf3a276c34ba3310 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Oct 2024 09:23:25 +0000 Subject: [PATCH] Build(deps): Bump actions/upload-artifact from 4.4.0 to 4.4.3 Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.4.0 to 4.4.3. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v4.4.0...v4.4.3) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/pipeline.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pipeline.yaml b/.github/workflows/pipeline.yaml index ddcab62d..f2e3c57c 100644 --- a/.github/workflows/pipeline.yaml +++ b/.github/workflows/pipeline.yaml @@ -183,7 +183,7 @@ jobs: .cr-release-packages/blue-agent-${{ needs.init.outputs.VERSION }}.tgz - name: Upload Helm chart - uses: actions/upload-artifact@v4.4.0 + uses: actions/upload-artifact@v4.4.3 with: if-no-files-found: error # Fail if no files are uploaded include-hidden-files: true # Folder begins with a dot, if not checked the whole folder is ignored @@ -830,7 +830,7 @@ jobs: --baseURL "${{ steps.pages.outputs.base_url }}/" - name: Upload build artifact - uses: actions/upload-artifact@v4.4.0 + uses: actions/upload-artifact@v4.4.3 with: if-no-files-found: error # Fail if no files are uploaded name: hugo