File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -25,10 +25,10 @@ jobs:
2525 name : Build and publish app
2626 runs-on : ubuntu-latest
2727 steps :
28- - uses : actions/checkout@v4
28+ - uses : actions/checkout@v6
2929
3030 - name : Setup .NET
31- uses : actions/setup-dotnet@v4
31+ uses : actions/setup-dotnet@v5
3232 with :
3333 dotnet-version : |
3434 8.0.*
4646 run : dotnet publish src/Steeltoe.io --configuration Release --no-build --output ${{ env.DOTNET_ROOT }}/mainsite
4747
4848 - name : Upload artifact for deployment job
49- uses : actions/upload-artifact@v4
49+ uses : actions/upload-artifact@v6
5050 with :
5151 name : Steeltoe.io
5252 path : ${{ env.DOTNET_ROOT }}/mainsite
6363 runs-on : ubuntu-latest
6464 steps :
6565 - name : Download artifact from build job
66- uses : actions/download-artifact@v4
66+ uses : actions/download-artifact@v7
6767 with :
6868 name : Steeltoe.io
6969
You can’t perform that action at this time.
0 commit comments