forked from mirrors/jj
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.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
dependency-group: github-dependencies
...
Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
4f15ca41bf
commit
cb023f8ab1
2 changed files with 2 additions and 2 deletions
2
.github/workflows/build-binaries.yml
vendored
2
.github/workflows/build-binaries.yml
vendored
|
@ -74,7 +74,7 @@ jobs:
|
|||
cp $BIN target/out
|
||||
|
||||
- name: Publish binary artifact
|
||||
uses: actions/upload-artifact@604373da6381bf24206979c74d06a550515601b9
|
||||
uses: actions/upload-artifact@84480863f228bb9747b473957fcc9e309aa96097
|
||||
with:
|
||||
name: jj-${{ matrix.target }}
|
||||
path: target/out
|
||||
|
|
2
.github/workflows/scorecards.yml
vendored
2
.github/workflows/scorecards.yml
vendored
|
@ -38,7 +38,7 @@ jobs:
|
|||
|
||||
# Upload the results as artifacts (optional).
|
||||
- name: "Upload artifact"
|
||||
uses: actions/upload-artifact@604373da6381bf24206979c74d06a550515601b9
|
||||
uses: actions/upload-artifact@84480863f228bb9747b473957fcc9e309aa96097
|
||||
with:
|
||||
name: SARIF file
|
||||
path: results.sarif
|
||||
|
|
Loading…
Reference in a new issue