Skip to content

Commit

Permalink
update upload-artifact@v4
Browse files Browse the repository at this point in the history
  • Loading branch information
AnthonyLloyd committed Sep 22, 2024
1 parent 8791cb3 commit 17cd3fb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
cmake -A x64 -S MKL.NET.Native -B MKL.NET.Native/bin/build/win-x64
cmake --build MKL.NET.Native/bin/build/win-x64 --config Release --verbose
- name: Upload Native
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: win-x64
path: MKL.NET.Native/bin/build/win-x64/Release/MKL.NET.Native.dll
Expand All @@ -50,7 +50,7 @@ jobs:
cmake -S MKL.NET.Native -B MKL.NET.Native/bin/build/linux-x64
cmake --build MKL.NET.Native/bin/build/linux-x64 --config Release --verbose
- name: Upload Native
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: linux-x64
path: MKL.NET.Native/bin/build/linux-x64/MKL.NET.Native.so
Expand All @@ -76,7 +76,7 @@ jobs:
cmake -S MKL.NET.Native -B MKL.NET.Native/bin/build/osx-x64
cmake --build MKL.NET.Native/bin/build/osx-x64 --config Release --verbose
- name: Upload Native
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: osx-x64
path: MKL.NET.Native/bin/build/osx-x64/MKL.NET.Native.dylib
Expand Down

0 comments on commit 17cd3fb

Please sign in to comment.