Skip to content

Commit

Permalink
Revert "Bump actions/upload-artifact from 3 to 4 (#1407)"
Browse files Browse the repository at this point in the history
  • Loading branch information
kennykerr committed Apr 5, 2024
1 parent ea18769 commit 2b8fe6e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
cmd /c "$env:VSDevCmd" "&" msbuild /m /clp:ForceConsoleColor "$env:msbuild_config_props" cppwinrt.sln /t:cppwinrt
- name: Upload built executables
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v3
with:
name: msvc-build-${{ matrix.arch }}-${{ matrix.config }}-bin
path: |
Expand Down Expand Up @@ -240,7 +240,7 @@ jobs:
- name: Upload arm64 test executables
if: matrix.arch == 'arm64'
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v3
with:
name: msvc-tests-${{ matrix.arch }}-${{ matrix.config }}-bin
path: |
Expand Down Expand Up @@ -279,7 +279,7 @@ jobs:
cmake --build build/cross_x64/ --target install -j2
- name: Upload cppwinrt.exe
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v3
with:
name: cross-build-${{ matrix.arch }}-bin
path: install/bin/cppwinrt.exe
Expand Down Expand Up @@ -396,7 +396,7 @@ jobs:
}
- name: Upload nuget package artifact
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v3
with:
name: package
path: "*.nupkg"

0 comments on commit 2b8fe6e

Please sign in to comment.