Skip to content

Commit 751a57b

Browse files
Bump actions/upload-artifact from 6 to 7 (#1542)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 6 to 7. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v6...v7) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 6bf188e commit 751a57b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
cmd /c "$env:VSDevCmd" "&" msbuild /m /clp:ForceConsoleColor "$env:msbuild_config_props" cppwinrt.sln /t:cppwinrt
6767
6868
- name: Upload built executables
69-
uses: actions/upload-artifact@v6
69+
uses: actions/upload-artifact@v7
7070
with:
7171
name: msvc-build-${{ matrix.compiler}}-${{ matrix.arch }}-${{ matrix.config }}-bin
7272
path: |
@@ -230,7 +230,7 @@ jobs:
230230
231231
- name: Upload arm64 test executables
232232
if: matrix.arch == 'arm64'
233-
uses: actions/upload-artifact@v6
233+
uses: actions/upload-artifact@v7
234234
with:
235235
name: msvc-tests-${{ matrix.test_exe }}-${{ matrix.compiler }}-${{ matrix.arch }}-${{ matrix.config }}-bin
236236
path: |
@@ -269,7 +269,7 @@ jobs:
269269
cmake --build build/cross_x64/ --target install -j2
270270
271271
- name: Upload cppwinrt.exe
272-
uses: actions/upload-artifact@v6
272+
uses: actions/upload-artifact@v7
273273
with:
274274
name: cross-build-${{ matrix.arch }}-bin
275275
path: install/bin/cppwinrt.exe
@@ -383,7 +383,7 @@ jobs:
383383
}
384384
385385
- name: Upload nuget package artifact
386-
uses: actions/upload-artifact@v6
386+
uses: actions/upload-artifact@v7
387387
with:
388388
name: package
389389
path: "*.nupkg"

0 commit comments

Comments
 (0)