ok/jj
1
0
Fork 0
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:
dependabot[bot] 2024-10-09 15:51:19 +00:00 committed by github-actions[bot]
parent 4f15ca41bf
commit cb023f8ab1
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@604373da6381bf24206979c74d06a550515601b9
uses: actions/upload-artifact@84480863f228bb9747b473957fcc9e309aa96097
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@604373da6381bf24206979c74d06a550515601b9
uses: actions/upload-artifact@84480863f228bb9747b473957fcc9e309aa96097
with:
name: SARIF file
path: results.sarif