diff --git a/.github/workflows/compile_dotnet.yml b/.github/workflows/compile_dotnet.yml index 8dea1c0..d88d6b8 100644 --- a/.github/workflows/compile_dotnet.yml +++ b/.github/workflows/compile_dotnet.yml @@ -17,7 +17,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Setup dotnet - uses: actions/setup-dotnet@v3 + uses: actions/setup-dotnet@v4 with: dotnet-version: '8.0.x' - name: Build and Package ${{ matrix.runtime }}