Skip to content

Commit

Permalink
chore(deps): bump actions/upload-artifact from 4.3.6 to 4.4.0 (#114)
Browse files Browse the repository at this point in the history
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.3.6 to 4.4.0.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](actions/upload-artifact@v4.3.6...v4.4.0)

---
updated-dependencies:
- dependency-name: actions/upload-artifact
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Sep 4, 2024
1 parent bb85d06 commit 1834834
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ jobs:
target: ${{inputs.TARGET}}

- name: upload
uses: actions/upload-artifact@v4.3.6
uses: actions/upload-artifact@v4.4.0
with:
name: artifacts_image_${{steps.lowercase.outputs.project}}
path: ./image_${{steps.lowercase.outputs.project}}.tar
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/helm-security.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
entrypoint: checkov
args: -d ./charts -o cli -o junitxml --output-file-path ./checkov.junit.xml -s

- uses: actions/upload-artifact@v4.3.6
- uses: actions/upload-artifact@v4.4.0
with:
name: checkov.junit.xml
path: ./checkov.junit.xml/results_junitxml.xml
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tf-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
include-plan-job-summary: "true"

- name: upload
uses: actions/upload-artifact@v4.3.6
uses: actions/upload-artifact@v4.4.0
with:
name: artifacts_${{inputs.ENVIRONMENT}}_${{github.sha}}
path: ${{ inputs.WORKING_DIRECTORY }}/*_${{inputs.ENVIRONMENT}}_${{github.sha}}.*
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tf-security.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
entrypoint: checkov
args: -f ${{ inputs.WORKING_DIRECTORY }}/test_${{inputs.ENVIRONMENT}}_${{github.sha}}.json -o cli -o junitxml --output-file-path ${{ inputs.WORKING_DIRECTORY }}/checkov.junit.xml -s

- uses: actions/upload-artifact@v4.3.6
- uses: actions/upload-artifact@v4.4.0
with:
name: checkov.junit.xml
path: ${{ inputs.WORKING_DIRECTORY }}/checkov.junit.xml/results_junitxml.xml
Expand Down

0 comments on commit 1834834

Please sign in to comment.