diff --git a/.github/workflows/pipeline.yaml b/.github/workflows/pipeline.yaml index a8e58559..a84caf32 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 @@ -841,7 +841,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