Skip to content

Commit 2b8fe6e

Browse files
committed
Revert "Bump actions/upload-artifact from 3 to 4 (#1407)"
1 parent ea18769 commit 2b8fe6e

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
@@ -71,7 +71,7 @@ jobs:
7171
cmd /c "$env:VSDevCmd" "&" msbuild /m /clp:ForceConsoleColor "$env:msbuild_config_props" cppwinrt.sln /t:cppwinrt
7272
7373
- name: Upload built executables
74-
uses: actions/upload-artifact@v4
74+
uses: actions/upload-artifact@v3
7575
with:
7676
name: msvc-build-${{ matrix.arch }}-${{ matrix.config }}-bin
7777
path: |
@@ -240,7 +240,7 @@ jobs:
240240
241241
- name: Upload arm64 test executables
242242
if: matrix.arch == 'arm64'
243-
uses: actions/upload-artifact@v4
243+
uses: actions/upload-artifact@v3
244244
with:
245245
name: msvc-tests-${{ matrix.arch }}-${{ matrix.config }}-bin
246246
path: |
@@ -279,7 +279,7 @@ jobs:
279279
cmake --build build/cross_x64/ --target install -j2
280280
281281
- name: Upload cppwinrt.exe
282-
uses: actions/upload-artifact@v4
282+
uses: actions/upload-artifact@v3
283283
with:
284284
name: cross-build-${{ matrix.arch }}-bin
285285
path: install/bin/cppwinrt.exe
@@ -396,7 +396,7 @@ jobs:
396396
}
397397
398398
- name: Upload nuget package artifact
399-
uses: actions/upload-artifact@v4
399+
uses: actions/upload-artifact@v3
400400
with:
401401
name: package
402402
path: "*.nupkg"

0 commit comments

Comments
 (0)