File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -32,17 +32,17 @@ jobs:
3232 - name : Publish macOS
3333 run : dotnet publish -p:PublishProfile=osx-x64
3434 - name : Upload Windows artifact
35- uses : actions/upload-artifact@v3.1.0
35+ uses : actions/upload-artifact@v4
3636 with :
3737 name : win-x64
3838 path : ${{ github.workspace }}/ace/bin/Release/net8.0/publish/win-x64
3939 - name : Upload Linux artifact
40- uses : actions/upload-artifact@v3.1.0
40+ uses : actions/upload-artifact@v4
4141 with :
4242 name : linux-x64
4343 path : ${{ github.workspace }}/ace/bin/Release/net8.0/publish/linux-x64
4444 - name : Upload MacOS artifact
45- uses : actions/upload-artifact@v3.1.0
45+ uses : actions/upload-artifact@v4
4646 with :
4747 name : osx-x64
4848 path : ${{ github.workspace }}/ace/bin/Release/net8.0/publish/osx-x64
You can’t perform that action at this time.
0 commit comments