File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1818 - name : Run benchmarks
1919 run : dotnet run --project tests/Recursiont.Benchmarks/Recursiont.Benchmarks.csproj -c Release -- -f "${{ inputs.filter }}" -e github -a ./benchmark-artifacts/
2020 - name : Upload benchmark artifacts
21- uses : actions/upload-artifact@v4
21+ uses : actions/upload-artifact@v5
2222 with :
2323 name : benchmark-artifacts
2424 path : ./benchmark-artifacts
Original file line number Diff line number Diff line change @@ -23,10 +23,10 @@ jobs:
2323 - name : Checkout repository
2424 uses : actions/checkout@v5
2525 - name : Initialize CodeQL
26- uses : github/codeql-action/init@v3
26+ uses : github/codeql-action/init@v4
2727 with :
2828 languages : csharp
2929 - name : Autobuild
30- uses : github/codeql-action/autobuild@v3
30+ uses : github/codeql-action/autobuild@v4
3131 - name : Perform CodeQL Analysis
32- uses : github/codeql-action/analyze@v3
32+ uses : github/codeql-action/analyze@v4
Original file line number Diff line number Diff line change 2222 - name : Pack
2323 run : dotnet pack -c Release -o ./pack ${{ steps.pack-options-nightly.outputs.value }}
2424 - name : Upload package artifacts
25- uses : actions/upload-artifact@v4
25+ uses : actions/upload-artifact@v5
2626 with :
2727 name : nuget-packages
2828 path : ./pack
4444 user : ${{ vars.NUGET_USER }}
4545 if : vars.NUGET_USER != ''
4646 - name : Download package artifacts
47- uses : actions/download-artifact@v5
47+ uses : actions/download-artifact@v6
4848 with :
4949 name : nuget-packages
5050 path : ./pack
You can’t perform that action at this time.
0 commit comments