Skip to content

Commit c65a8b3

Browse files
Bump actions/upload-artifact from 7.0.0 to 7.0.1 (#214)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 7.0.0 to 7.0.1. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@bbbca2d...043fb46) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: 7.0.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 1d1b1f9 commit c65a8b3

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
run: msbuild wnt.sln /m /p:configuration=${{ matrix.configuration }} /p:platform=${{ matrix.platform }} /p:SignMode=TestSign
4747
- name: Upload Artifacts
4848
if: matrix.os == 2022
49-
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f
49+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a
5050
with:
5151
name: bin_${{ matrix.configuration }}_${{ matrix.platform }}
5252
path: |
@@ -102,7 +102,7 @@ jobs:
102102
shell: PowerShell
103103
run: tools/log.ps1 -Convert -Name fnfunc* -Verbose -Config ${{ matrix.configuration }} -Arch ${{ matrix.platform }}
104104
- name: Upload Logs
105-
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f
105+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a
106106
if: ${{ always() }}
107107
with:
108108
name: logs_func_${{ matrix.apimode }}_${{ matrix.os }}_${{ matrix.configuration }}_${{ matrix.platform }}
@@ -133,7 +133,7 @@ jobs:
133133
shell: PowerShell
134134
run: tools/create-nuget-package.ps1 -Config ${{ matrix.configuration }} -Platform x64, arm64
135135
- name: Upload Release Artifacts
136-
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f
136+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a
137137
with:
138138
name: release_dev_artifacts_${{ matrix.configuration }}
139139
path: |
@@ -160,7 +160,7 @@ jobs:
160160
shell: PowerShell
161161
run: tools/create-runtimekit.ps1 -Config ${{ matrix.configuration }} -Platform ${{ matrix.platform }}
162162
- name: Upload Release Artifacts
163-
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f
163+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a
164164
with:
165165
name: release_runtime_artifacts_${{ matrix.configuration }}_${{ matrix.platform }}
166166
path: |

0 commit comments

Comments
 (0)