Skip to content

Commit

Permalink
Merge pull request #302 from clemlesne/dependabot/github_actions/deve…
Browse files Browse the repository at this point in the history
…lop/actions/upload-artifact-4.4.3

Build(deps): Bump actions/upload-artifact from 4.4.0 to 4.4.3
  • Loading branch information
clemlesne authored Nov 28, 2024
2 parents 070d550 + 0a9e448 commit 3836c89
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ jobs:
.cr-release-packages/blue-agent-${{ needs.init.outputs.VERSION }}.tgz
- name: Upload Helm chart
uses: actions/[email protected].0
uses: actions/[email protected].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
Expand Down Expand Up @@ -841,7 +841,7 @@ jobs:
--baseURL "${{ steps.pages.outputs.base_url }}/"
- name: Upload build artifact
uses: actions/[email protected].0
uses: actions/[email protected].3
with:
if-no-files-found: error # Fail if no files are uploaded
name: hugo
Expand Down

0 comments on commit 3836c89

Please sign in to comment.