Skip to content

Commit

Permalink
⬆️ github-actions(deps): Bump actions/upload-artifact
Browse files Browse the repository at this point in the history
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3 to 4.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](actions/upload-artifact@v3...v4)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Mar 18, 2024
1 parent cd60b97 commit 9fd9ea5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/template.terraform.test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
working-directory: scripts/orchestrators
shell: bash

- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
if: success() || failure()
with:
name: E2E Test results
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/template.terraform.validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
run_gitleaks './../../' 'sarif' 'info' 'true' 'true'
working-directory: scripts/orchestrators

- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
if: success() || failure()
with:
name: gitleaks-report
Expand Down Expand Up @@ -133,7 +133,7 @@ jobs:
working-directory: scripts/orchestrators
shell: bash

- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
if: ${{ always() && inputs.runLayerTest == 'true' }}
with:
name: Modules test results
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/workflow.pr.checker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:

- name: 📦 Archive MegaLinter artifacts
if: ${{ always() && (steps.megalinter.outcome == 'success' || steps.megalinter.outcome == 'failure') }}
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: MegaLinter reports
path: |
Expand Down

0 comments on commit 9fd9ea5

Please sign in to comment.