File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 3939 runs-on : windows-latest
4040 steps :
4141 - name : Checkout
42- uses : actions/checkout@v2
42+ uses : actions/checkout@v3
4343
4444 - name : Setup MSBuild
45456565 & "C:/Program Files/Microsoft Visual Studio/2022/Enterprise/Common7/IDE/Extensions/TestPlatform/vstest.console.exe" ./tests/QueryableValues.EF6.SqlServer.Tests.EF*/bin/Release/**/BlazarTech.QueryableValues.EF6.SqlServer.Tests.EF*.dll
6666
6767 - name : Upload Artifacts
68- uses : actions/upload-artifact@v2
68+ uses : actions/upload-artifact@v3
6969 with :
7070 name : nupkg
7171 path : ./src/QueryableValues.EF6.SqlServer/bin/Release/*.nupkg
7575 runs-on : windows-latest
7676 steps :
7777 - name : Download Artifact
78- uses : actions/download-artifact@v1
78+ uses : actions/download-artifact@v3
7979 with :
8080 name : nupkg
8181 - name : Push to GitHub Feed
8888 runs-on : windows-latest
8989 steps :
9090 - name : Download Artifact
91- uses : actions/download-artifact@v1
91+ uses : actions/download-artifact@v3
9292 with :
9393 name : nupkg
9494 - name : Push to GitHub Feed
You can’t perform that action at this time.
0 commit comments