File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed
Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -18,11 +18,11 @@ jobs:
1818 os : [ubuntu-latest]
1919 dotnet-version : ["7.0.x"]
2020 steps :
21- - uses : actions/checkout@v2
21+ - uses : actions/checkout@v3
2222 with :
2323 persist-credentials : false
2424 - name : Setup dotnet ${{ matrix.dotnet-version }}
25- uses : actions/setup-dotnet@v1
25+ uses : actions/setup-dotnet@v3
2626 with :
2727 dotnet-version : ${{ matrix.dotnet-version }}
2828 - name : Install deps
@@ -34,14 +34,14 @@ jobs:
3434 - name : Create package
3535 run : dotnet pack -c Release --no-build
3636 - name : Archive build artifacts for OS-${{ matrix.os }}
37- uses : actions/upload-artifact@v2
37+ uses : actions/upload-artifact@v3
3838 with :
3939 name : build-artifacts-${{ matrix.os }}
4040 path : ./src/Ainoraz.EFCore.IncludeBuilder/bin/Release/
4141 - name : Benchmark
4242 run : dotnet run --project ./tests/Ainoraz.EFCore.IncludeBuilder.Benchmarks -c Release --no-build
4343 - name : Archive benchmarks for OS-${{ matrix.os }}
44- uses : actions/upload-artifact@v2
44+ uses : actions/upload-artifact@v3
4545 with :
4646 name : benchmarks-${{ matrix.os }}
4747 path : ./BenchmarkDotNet.Artifacts/
Original file line number Diff line number Diff line change @@ -14,14 +14,14 @@ jobs:
1414 strategy :
1515 matrix :
1616 os : [ubuntu-latest]
17- dotnet-version : ["6 .0.x"]
17+ dotnet-version : ["7 .0.x"]
1818 steps :
1919 - name : Checkout
20- uses : actions/checkout@v2
20+ uses : actions/checkout@v3
2121 with :
2222 fetch-depth : 0
2323 - name : Setup dotnet ${{ matrix.dotnet-version }}
24- uses : actions/setup-dotnet@v1
24+ uses : actions/setup-dotnet@v3
2525 with :
2626 dotnet-version : ${{ matrix.dotnet-version }}
2727 - name : Set VERSION variable from tag
You can’t perform that action at this time.
0 commit comments