build(deps): bump actions/upload-artifact from 4.6.2 to 5.0.0
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.6.2 to 5.0.0.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](ea165f8d65...330a01c490)
---
updated-dependencies:
- dependency-name: actions/upload-artifact
dependency-version: 5.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:
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@@ -98,7 +98,7 @@ jobs:
|
|||||||
if: |
|
if: |
|
||||||
contains(matrix.builds, 'manual-nixos') && !cancelled() &&
|
contains(matrix.builds, 'manual-nixos') && !cancelled() &&
|
||||||
contains(fromJSON(inputs.baseBranch).type, 'primary')
|
contains(fromJSON(inputs.baseBranch).type, 'primary')
|
||||||
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
|
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
|
||||||
with:
|
with:
|
||||||
name: nixos-manual-${{ matrix.name }}
|
name: nixos-manual-${{ matrix.name }}
|
||||||
path: nixos-manual
|
path: nixos-manual
|
||||||
|
|||||||
4
.github/workflows/eval.yml
vendored
4
.github/workflows/eval.yml
vendored
@@ -143,7 +143,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Upload outpaths diff and stats
|
- name: Upload outpaths diff and stats
|
||||||
if: inputs.targetSha
|
if: inputs.targetSha
|
||||||
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
|
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
|
||||||
with:
|
with:
|
||||||
name: ${{ matrix.version && format('{0}-', matrix.version) || '' }}diff-${{ matrix.system }}
|
name: ${{ matrix.version && format('{0}-', matrix.version) || '' }}diff-${{ matrix.system }}
|
||||||
path: diff/*
|
path: diff/*
|
||||||
@@ -200,7 +200,7 @@ jobs:
|
|||||||
cat comparison/step-summary.md >> "$GITHUB_STEP_SUMMARY"
|
cat comparison/step-summary.md >> "$GITHUB_STEP_SUMMARY"
|
||||||
|
|
||||||
- name: Upload the comparison results
|
- name: Upload the comparison results
|
||||||
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
|
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
|
||||||
with:
|
with:
|
||||||
name: comparison
|
name: comparison
|
||||||
path: comparison/*
|
path: comparison/*
|
||||||
|
|||||||
Reference in New Issue
Block a user