@@ -18,10 +18,10 @@ jobs:
1818 DOTNET_GENERATE_ASPNET_CERTIFICATE : false
1919 steps :
2020 - name : Checkout repository
21- uses : actions/checkout@v4
21+ uses : actions/checkout@v6
2222
2323 - name : Install dotnet
24- uses : actions/setup-dotnet@v4
24+ uses : actions/setup-dotnet@v5
2525 with :
2626 cache : true
2727 cache-dependency-path : ' **/*.csproj'
3232 run : ./tools/installPSResources.ps1
3333
3434 - name : Download PowerShell install script
35- uses : actions/checkout@v4
35+ uses : actions/checkout@v6
3636 with :
3737 repository : PowerShell/PowerShell
3838 path : pwsh
4545
4646 - name : If debugging, start upterm for interactive pipeline troubleshooting
4747 if : ${{ runner.debug == 1 }}
48- uses : lhotari /action-upterm@v1
48+ uses : owenthereal /action-upterm@v1
4949 with :
5050 wait-timeout-minutes : 1
5151
@@ -55,13 +55,13 @@ jobs:
5555
5656 - name : Upload build artifacts
5757 if : always()
58- uses : actions/upload-artifact@v4
58+ uses : actions/upload-artifact@v5
5959 with :
6060 name : PowerShellEditorServices-module-${{ matrix.os }}
6161 path : module
6262
6363 - name : Upload test results
64- uses : actions/upload-artifact@v4
64+ uses : actions/upload-artifact@v5
6565 if : always()
6666 with :
6767 name : PowerShellEditorServices-test-results-${{ matrix.os }}
0 commit comments