@@ -17,12 +17,12 @@ jobs:
1717
1818 steps :
1919 - name : Checkout
20- uses : actions/checkout@v2
20+ uses : actions/checkout@v4
2121 with :
2222 fetch-depth : 0
2323
2424 - name : Setup .NET SDK
25- uses : actions/setup-dotnet@v1
25+ uses : actions/setup-dotnet@v4
2626 with :
2727 dotnet-version : |
2828 3.1.x
6868
6969 - name : Upload test results artifacts
7070 if : github.repository_owner == 'casbin-net' && github.event_name == 'push'
71- uses : actions/upload-artifact@v3
71+ uses : actions/upload-artifact@v4
7272 with :
7373 name : " drop-ci-test-results"
7474 path : ' ./test/Casbin.AspNetCore.Performance/BenchmarkDotNet.Artifacts'
@@ -79,10 +79,10 @@ jobs:
7979
8080 steps :
8181 - name : Checkout
82- uses : actions/checkout@v2
82+ uses : actions/checkout@v4
8383
8484 - name : Setup .NET SDK
85- uses : actions/setup-dotnet@v1
85+ uses : actions/setup-dotnet@v4
8686 with :
8787 dotnet-version : |
8888 3.1.x
@@ -115,7 +115,7 @@ jobs:
115115
116116 steps :
117117 - name : Checkout
118- uses : actions/checkout@v2
118+ uses : actions/checkout@v4
119119
120120 - name : Dry run semantic-release
121121 run : |
@@ -130,7 +130,7 @@ jobs:
130130
131131 steps :
132132 - name : Checkout
133- uses : actions/checkout@v2
133+ uses : actions/checkout@v4
134134 with :
135135 fetch-depth : 0
136136
@@ -141,7 +141,7 @@ jobs:
141141 run : git tag -l -n
142142
143143 - name : Setup .NET SDK
144- uses : actions/setup-dotnet@v1
144+ uses : actions/setup-dotnet@v4
145145 with :
146146 dotnet-version : |
147147 3.1.x
@@ -172,7 +172,7 @@ jobs:
172172 dotnet pack -c Release -o packages /p:PackageVersion=$PackageVersion /p:Version=$Version;
173173
174174 - name : Upload packages artefacts
175- uses : actions/upload-artifact@v1.0.0
175+ uses : actions/upload-artifact@v4
176176 with :
177177 name : " drop-ci-build-packages"
178178 path : ' ./packages'
0 commit comments