Skip to content

Commit

Permalink
chore(deps): bump actions/upload-artifact from 3 to 4
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 Dec 20, 2023
1 parent a86b5c4 commit 50a44e2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-test-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ jobs:
shell: bash
- uses: actions/checkout@v4
- run: make generate preflight
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: preflight
path: bin/preflight
Expand Down Expand Up @@ -181,7 +181,7 @@ jobs:
shell: bash
- uses: actions/checkout@v4
- run: make generate support-bundle
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: support-bundle
path: bin/support-bundle
Expand Down Expand Up @@ -256,7 +256,7 @@ jobs:
shell: bash
- uses: actions/checkout@v4
- run: make generate collect
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: collect
path: bin/collect
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/license.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
run: trivy fs --scanners license --skip-dirs ".github" . | tee license-report.txt

- name: Upload license report artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: license-report
path: license-report.txt
Expand Down

0 comments on commit 50a44e2

Please sign in to comment.