Skip to content

Commit

Permalink
chore(deps): bump actions/upload-artifact from 4.3.4 to 4.4.2
Browse files Browse the repository at this point in the history
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.3.4 to 4.4.2.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](actions/upload-artifact@0b2256b...8448086)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Oct 9, 2024
1 parent 4cd2cbc commit 8c9e45a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ jobs:
with:
artifact-name: sbom.spdx.json

- uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b #v4.3.4
- uses: actions/upload-artifact@84480863f228bb9747b473957fcc9e309aa96097 #v4.4.2
with:
name: artifacts
path: dist/**/*
2 changes: 1 addition & 1 deletion .github/workflows/validations.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
- name: Run unit tests
run: make unit

- uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b #v4.3.4
- uses: actions/upload-artifact@84480863f228bb9747b473957fcc9e309aa96097 #v4.4.2
with:
name: unit-test-results
path: test/results/**/*
Expand Down

0 comments on commit 8c9e45a

Please sign in to comment.