]> git.deb.at Git - rhonda/theotherroles.git/commitdiff
Update build.yml
authorgendelo3 <gendelo3@gmail.com>
Thu, 1 Aug 2024 10:19:05 +0000 (12:19 +0200)
committerGitHub <noreply@github.com>
Thu, 1 Aug 2024 10:19:05 +0000 (12:19 +0200)
.github/workflows/build.yml

index bd61d4954db0037667ed14cac244b26ab5fed276..355d5f776c11d8e396cd4ccac69ad0335252a490 100644 (file)
@@ -10,7 +10,7 @@ jobs:
     runs-on: ubuntu-20.04
 
     steps:
-      - uses: actions/cache@v2
+      - uses: actions/cache@v4
         with:
           path: |
             ~/.nuget/packages
@@ -18,13 +18,12 @@ jobs:
           key: ${{ runner.os }}-nuget-${{ hashFiles('**/packages.lock.json') }}
           restore-keys: |
             ${{ runner.os }}-nuget-
-
-      - uses: actions/checkout@v2
+      - uses: actions/checkout@v4
         with:
           submodules: true
 
       - name: Setup .NET
-        uses: actions/setup-dotnet@v1
+        uses: actions/setup-dotnet@v4
         with:
           dotnet-version: 6.x
 
@@ -32,8 +31,7 @@ jobs:
         run: dotnet build TheOtherRoles/TheOtherRoles.csproj --configuration Release
 
       - name: Upload TheOtherRoles
-        uses: actions/upload-artifact@v2
+        uses: actions/upload-artifact@v4
         with:
           name: TheOtherRoles.dll
           path: TheOtherRoles/bin/Release/net6.0/TheOtherRoles.dll
-