Bump actions/upload-artifact from 6.0.0 to 7.0.1 #20
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"
|
||||
|
||||
- name: Upload release archive
|
||||
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
|
||||
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
|
||||
with:
|
||||
name: server-monitor-manager-${{ matrix.runtime }}-matrix
|
||||
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
|
||||
|
||||
- name: Upload bootstrap artifact
|
||||
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
|
||||
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
|
||||
with:
|
||||
name: server-monitor-manager-bootstrap
|
||||
path: |
|
||||
|
|
@ -113,7 +113,7 @@ jobs:
|
|||
dotnet CycloneDX ServerMonitorManager.slnx -o . -j --filename "server-monitor-manager-${{ matrix.runtime }}-sbom"
|
||||
|
||||
- name: Upload artifact
|
||||
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
|
||||
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
|
||||
with:
|
||||
name: server-monitor-manager-${{ matrix.runtime }}
|
||||
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
|
||||
|
||||
- name: Upload test installer
|
||||
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
|
||||
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
|
||||
with:
|
||||
name: ServerMonitorManager-win-x64-test
|
||||
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
|
||||
|
||||
- name: Upload installer artifact
|
||||
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
|
||||
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
|
||||
with:
|
||||
name: ServerMonitorManager-win-x64
|
||||
path: |
|
||||
|
|
|
|||
Loading…
Reference in a new issue