Skip to content

Commit 98ebf5a

Browse files
Bump actions/upload-artifact from 4 to 5
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 5. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v4...v5) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent ebace4a commit 98ebf5a

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@v4
69+
uses: actions/upload-artifact@v5
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@v4
233+
uses: actions/upload-artifact@v5
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@v4
272+
uses: actions/upload-artifact@v5
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@v4
386+
uses: actions/upload-artifact@v5
387387
with:
388388
name: package
389389
path: "*.nupkg"

0 commit comments

Comments
 (0)