File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -22,17 +22,17 @@ jobs:
2222 runs-on : ubuntu-latest
2323
2424 steps :
25- - uses : actions/checkout@v2
25+ - uses : actions/checkout@v6
2626 - name : Setup .NET
27- uses : actions/setup-dotnet@v1
27+ uses : actions/setup-dotnet@v5
2828 with :
29- dotnet-version : 8 .0.x
29+ dotnet-version : 10 .0.x
3030 - name : Build
3131 run : dotnet build -c Release Bleatingsheep.NewHydrant.Bot
3232 - name : Publish
3333 run : dotnet publish --no-build -c Release -o bin/publish Bleatingsheep.NewHydrant.Bot
3434 - name : Upload a Build Artifact
35- uses : actions/upload-artifact@v4
35+ uses : actions/upload-artifact@v6
3636 with :
3737 name : Binary
3838 path : bin/publish
@@ -42,13 +42,13 @@ jobs:
4242 runs-on : ubuntu-latest
4343 steps :
4444 - name : Download artifact from build job
45- uses : actions/download-artifact@v4
45+ uses : actions/download-artifact@v7
4646 with :
4747 name : Binary
4848 path : bin/publish
4949 - name : Push to Other Branches
50- uses : peaceiris/actions-gh-pages@v3
50+ uses : peaceiris/actions-gh-pages@v4
5151 with :
5252 github_token : ${{ secrets.GITHUB_TOKEN }}
5353 publish_dir : bin/publish
54- publish_branch : build
54+ publish_branch : build
Original file line number Diff line number Diff line change @@ -17,17 +17,17 @@ jobs:
1717 runs-on : ubuntu-latest
1818
1919 steps :
20- - uses : actions/checkout@v2
20+ - uses : actions/checkout@v6
2121 - name : Setup .NET
22- uses : actions/setup-dotnet@v1
22+ uses : actions/setup-dotnet@v5
2323 with :
24- dotnet-version : 8 .0.x
24+ dotnet-version : 10 .0.x
2525 - name : Build
2626 run : dotnet build -c Release Bleatingsheep.NewHydrant.DataMaintenance
2727 - name : Publish
2828 run : dotnet publish --no-build -c Release -o bin/publish Bleatingsheep.NewHydrant.DataMaintenance
2929 - name : Upload a Build Artifact
30- uses : actions/upload-artifact@v4
30+ uses : actions/upload-artifact@v6
3131 with :
3232 name : Binary
3333 path : bin/publish
@@ -37,13 +37,13 @@ jobs:
3737 runs-on : ubuntu-latest
3838 steps :
3939 - name : Download artifact from build job
40- uses : actions/download-artifact@v4
40+ uses : actions/download-artifact@v7
4141 with :
4242 name : Binary
4343 path : bin/publish
4444 - name : Push to Other Branches
45- uses : peaceiris/actions-gh-pages@v3
45+ uses : peaceiris/actions-gh-pages@v4
4646 with :
4747 github_token : ${{ secrets.GITHUB_TOKEN }}
4848 publish_dir : bin/publish
49- publish_branch : build_datamaintenance
49+ publish_branch : build_datamaintenance
Original file line number Diff line number Diff line change @@ -16,17 +16,17 @@ jobs:
1616 runs-on : ubuntu-latest
1717
1818 steps :
19- - uses : actions/checkout@v2
19+ - uses : actions/checkout@v6
2020 - name : Setup .NET
21- uses : actions/setup-dotnet@v1
21+ uses : actions/setup-dotnet@v5
2222 with :
23- dotnet-version : 8 .0.x
23+ dotnet-version : 10 .0.x
2424 - name : Build
2525 run : dotnet build -c Release NewHydrantApi
2626 - name : Publish
2727 run : dotnet publish --no-build -c Release -o bin/publish_webapi NewHydrantApi
2828 - name : Upload a Build Artifact
29- uses : actions/upload-artifact@v4
29+ uses : actions/upload-artifact@v6
3030 with :
3131 name : Binary
3232 path : bin/publish_webapi
@@ -36,13 +36,13 @@ jobs:
3636 runs-on : ubuntu-latest
3737 steps :
3838 - name : Download artifact from build job
39- uses : actions/download-artifact@v4
39+ uses : actions/download-artifact@v7
4040 with :
4141 name : Binary
4242 path : bin/publish_webapi
4343 - name : Push to Other Branches
44- uses : peaceiris/actions-gh-pages@v3
44+ uses : peaceiris/actions-gh-pages@v4
4545 with :
4646 github_token : ${{ secrets.GITHUB_TOKEN }}
4747 publish_dir : bin/publish_webapi
48- publish_branch : build_webapi
48+ publish_branch : build_webapi
You can’t perform that action at this time.
0 commit comments