mirror of
https://github.com/kyverno/policy-reporter.git
synced 2024-12-14 11:57:32 +00:00
Bump actions/upload-artifact from 4.4.1 to 4.4.2 (#500)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.4.1 to 4.4.2.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](604373da63...84480863f2
)
---
updated-dependencies:
- dependency-name: actions/upload-artifact
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
32094da903
commit
4a99926b3e
1 changed files with 1 additions and 1 deletions
2
.github/workflows/release-image.yaml
vendored
2
.github/workflows/release-image.yaml
vendored
|
@ -70,7 +70,7 @@ jobs:
|
|||
version: v1
|
||||
args: app -licenses -json -output policy-reporter-bom.cdx.json -main .
|
||||
|
||||
- uses: actions/upload-artifact@604373da6381bf24206979c74d06a550515601b9 # v4.4.1
|
||||
- uses: actions/upload-artifact@84480863f228bb9747b473957fcc9e309aa96097 # v4.4.2
|
||||
with:
|
||||
name: policy-reporter-bom-cdx
|
||||
path: policy-reporter-bom.cdx.json
|
||||
|
|
Loading…
Reference in a new issue