github: bump actions/upload-artifact in the github-dependencies group

Bumps the github-dependencies group with 1 update: [actions/upload-artifact](https://github.com/actions/upload-artifact).


Updates `actions/upload-artifact` from 4.4.2 to 4.4.3
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](84480863f2...b4b15b8c7c)

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2024-10-10 15:37:28 +00:00 committed by github-actions[bot]
parent eec3b8c228
commit d976e470b6
2 changed files with 2 additions and 2 deletions

View file

@ -74,7 +74,7 @@ jobs:
cp $BIN target/out
- name: Publish binary artifact
uses: actions/upload-artifact@84480863f228bb9747b473957fcc9e309aa96097
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882
with:
name: jj-${{ matrix.target }}
path: target/out

View file

@ -38,7 +38,7 @@ jobs:
# Upload the results as artifacts (optional).
- name: "Upload artifact"
uses: actions/upload-artifact@84480863f228bb9747b473957fcc9e309aa96097
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882
with:
name: SARIF file
path: results.sarif