File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2525 - name : Checkout repository
2626 uses : actions/checkout@v5
2727 - name : Initialize CodeQL
28- uses : github/codeql-action/init@v3
28+ uses : github/codeql-action/init@v4
2929 with :
3030 languages : ${{ matrix.language }}
3131 - name : Setup .NET
4040 - name : Build
4141 run : dotnet build -c Release -v minimal --no-restore --no-self-contained
4242 - name : Perform CodeQL Analysis
43- uses : github/codeql-action/analyze@v3
43+ uses : github/codeql-action/analyze@v4
Original file line number Diff line number Diff line change 3737 shell : pwsh
3838 run : ./pack-docs.ps1 -DocsPath "./DisCatSharp.Extensions.Docs" -OutputPath "./" -PackageName "dcs-ext-docs"
3939 - name : Upload packed docs
40- uses : actions/upload-artifact@v4
40+ uses : actions/upload-artifact@v5
4141 with :
4242 name : dcs-ext-docs.zip
4343 path : dcs-ext-docs.zip
5656 shell : pwsh
5757 run : Get-ChildItem -Exclude .git* | Remove-Item -Recurse -Force
5858 - name : Download packed docs
59- uses : actions/download-artifact@v5
59+ uses : actions/download-artifact@v6
6060 with :
6161 name : dcs-ext-docs.zip
6262 - name : Extract new docs
You can’t perform that action at this time.
0 commit comments