Bump actions/upload-artifact from 6.0.0 to 7.0.1
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 6.0.0 to 7.0.1.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](b7c566a772...043fb46d1a)
---
updated-dependencies:
- dependency-name: actions/upload-artifact
dependency-version: 7.0.1
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
1b798e7ee8
commit
cc3779e886
4 changed files with 5 additions and 5 deletions
2
.github/workflows/linux-platform-matrix.yml
vendored
2
.github/workflows/linux-platform-matrix.yml
vendored
|
|
@ -68,7 +68,7 @@ jobs:
|
||||||
sha256sum "$archive" >"$archive.sha256"
|
sha256sum "$archive" >"$archive.sha256"
|
||||||
|
|
||||||
- name: Upload release archive
|
- name: Upload release archive
|
||||||
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
|
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
|
||||||
with:
|
with:
|
||||||
name: server-monitor-manager-${{ matrix.runtime }}-matrix
|
name: server-monitor-manager-${{ matrix.runtime }}-matrix
|
||||||
path: |
|
path: |
|
||||||
|
|
|
||||||
4
.github/workflows/linux-release.yml
vendored
4
.github/workflows/linux-release.yml
vendored
|
|
@ -48,7 +48,7 @@ jobs:
|
||||||
> server-monitor-manager-bootstrap-manifest.json
|
> server-monitor-manager-bootstrap-manifest.json
|
||||||
|
|
||||||
- name: Upload bootstrap artifact
|
- name: Upload bootstrap artifact
|
||||||
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
|
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
|
||||||
with:
|
with:
|
||||||
name: server-monitor-manager-bootstrap
|
name: server-monitor-manager-bootstrap
|
||||||
path: |
|
path: |
|
||||||
|
|
@ -113,7 +113,7 @@ jobs:
|
||||||
dotnet CycloneDX ServerMonitorManager.slnx -o . -j --filename "server-monitor-manager-${{ matrix.runtime }}-sbom"
|
dotnet CycloneDX ServerMonitorManager.slnx -o . -j --filename "server-monitor-manager-${{ matrix.runtime }}-sbom"
|
||||||
|
|
||||||
- name: Upload artifact
|
- name: Upload artifact
|
||||||
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
|
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
|
||||||
with:
|
with:
|
||||||
name: server-monitor-manager-${{ matrix.runtime }}
|
name: server-monitor-manager-${{ matrix.runtime }}
|
||||||
path: |
|
path: |
|
||||||
|
|
|
||||||
2
.github/workflows/windows-build.yml
vendored
2
.github/workflows/windows-build.yml
vendored
|
|
@ -53,7 +53,7 @@ jobs:
|
||||||
-Destination artifacts/windows-installer/ServerMonitorManager-test-signing.cer
|
-Destination artifacts/windows-installer/ServerMonitorManager-test-signing.cer
|
||||||
|
|
||||||
- name: Upload test installer
|
- name: Upload test installer
|
||||||
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
|
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
|
||||||
with:
|
with:
|
||||||
name: ServerMonitorManager-win-x64-test
|
name: ServerMonitorManager-win-x64-test
|
||||||
path: |
|
path: |
|
||||||
|
|
|
||||||
2
.github/workflows/windows-release.yml
vendored
2
.github/workflows/windows-release.yml
vendored
|
|
@ -73,7 +73,7 @@ jobs:
|
||||||
dotnet CycloneDX ServerMonitorManager.slnx -o . -j --filename server-monitor-manager-win-x64-sbom
|
dotnet CycloneDX ServerMonitorManager.slnx -o . -j --filename server-monitor-manager-win-x64-sbom
|
||||||
|
|
||||||
- name: Upload installer artifact
|
- name: Upload installer artifact
|
||||||
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
|
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
|
||||||
with:
|
with:
|
||||||
name: ServerMonitorManager-win-x64
|
name: ServerMonitorManager-win-x64
|
||||||
path: |
|
path: |
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue