diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8683394..8458ea7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -53,7 +53,7 @@ jobs: - name: checkout code uses: actions/checkout@v4.2.2 - name: Setup .NET - uses: actions/setup-dotnet@v4.3.1 + uses: actions/setup-dotnet@v5.0.0 with: dotnet-version: 10.0.x - name: Download artifacts