build(deps): bump actions/upload-artifact from 6.0.0 to 7.0.0
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 6.0.0 to 7.0.0. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v6...v7) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: 7.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
c1721bf017
commit
22aba89677
@ -13,7 +13,7 @@ jobs:
|
||||
- name: Save PR number
|
||||
run: echo "${{ github.event.pull_request.number }}" > pr.txt
|
||||
|
||||
- uses: actions/upload-artifact@v6.0.0
|
||||
- uses: actions/upload-artifact@v7.0.0
|
||||
with:
|
||||
# unique name: includes workflow run id
|
||||
name: pr-number-${{ github.run_id }}
|
||||
|
||||
@ -162,7 +162,7 @@ jobs:
|
||||
|
||||
- name: Upload artifact (per job; unique; overwrite safe)
|
||||
if: steps.collect.outputs.nothing_to_upload != 'true'
|
||||
uses: actions/upload-artifact@v6.0.0
|
||||
uses: actions/upload-artifact@v7.0.0
|
||||
with:
|
||||
name: changes-${{ matrix.linuxfamily }}-${{ matrix.branch }}-${{ matrix.board }}-${{ github.run_attempt }}
|
||||
path: artifact/${{ matrix.linuxfamily }}-${{ matrix.branch }}-${{ matrix.board }}
|
||||
|
||||
@ -52,7 +52,7 @@ jobs:
|
||||
# Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF
|
||||
# format to the repository Actions tab.
|
||||
- name: "Upload artifact"
|
||||
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
|
||||
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
|
||||
with:
|
||||
name: SARIF file
|
||||
path: results.sarif
|
||||
|
||||
Loading…
Reference in New Issue
Block a user