File tree Expand file tree Collapse file tree 3 files changed +11
-11
lines changed
Expand file tree Collapse file tree 3 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 1111 runs-on : ubuntu-latest
1212
1313 steps :
14- - uses : actions/checkout@v3
14+ - uses : actions/checkout@v4
1515 - name : Setup .NET
1616 uses : actions/setup-dotnet@v3
1717 with :
4343 echo "::warning title=Invalid file permissions automatically fixed::$line"
4444 done
4545 - name : Upload artifact
46- uses : actions/upload-pages-artifact@v1
46+ uses : actions/upload-pages-artifact@v3
4747 with :
4848 path : ${{ env.PROJECT_PATH }}/bin/Release/browser-wasm/AppBundle
4949
6161 runs-on : ubuntu-latest
6262 steps :
6363 - name : Setup Pages
64- uses : actions/configure-pages@v3
64+ uses : actions/configure-pages@v5
6565 - name : Deploy to GitHub Pages
6666 id : deployment
67- uses : actions/deploy-pages@v2
67+ uses : actions/deploy-pages@v4
Original file line number Diff line number Diff line change 2424 runs-on : ${{ matrix.os }}
2525
2626 steps :
27- - uses : actions/checkout@v3
27+ - uses : actions/checkout@v5
2828 - name : Setup .NET
29- uses : actions/setup-dotnet@v2
29+ uses : actions/setup-dotnet@v3
3030 with :
3131 dotnet-version : 8.0.x
3232 - name : Install wasm-tools
4646 cp ../../LICENSE publish
4747 cp ../../README.md publish
4848 - name : Upload Artifact
49- uses : actions/upload-artifact@v3.1.0
49+ uses : actions/upload-artifact@v4
5050 with :
5151 name : ${{ github.event.repository.name }}-${{ matrix.buildName }}
5252 path : |
Original file line number Diff line number Diff line change 3131 runs-on : ${{ matrix.os }}
3232
3333 steps :
34- - uses : actions/checkout@v3
34+ - uses : actions/checkout@v5
3535 - name : Setup .NET
36- uses : actions/setup-dotnet@v2
36+ uses : actions/setup-dotnet@v3
3737 with :
3838 dotnet-version : 8.0.x
3939 - name : Install wasm-tools
7272 cancel-in-progress : true
7373 runs-on : ubuntu-latest
7474 steps :
75- - uses : actions/checkout@v2
75+ - uses : actions/checkout@v5
7676 - name : Download Artifacts
77- uses : actions/download-artifact@v3
77+ uses : actions/download-artifact@v5
7878 with :
7979 path : artifacts
8080 - name : Draft Release
You can’t perform that action at this time.
0 commit comments