diff --git a/.github/workflows/build-and-test.yml b/.github/workflows/build-and-test.yml index ace6a4306e..5151e672fc 100644 --- a/.github/workflows/build-and-test.yml +++ b/.github/workflows/build-and-test.yml @@ -154,7 +154,7 @@ jobs: run: git lfs pull - name: NuGet Install - uses: NuGet/setup-nuget@v2 + uses: NuGet/setup-nuget@v4 - name: NuGet Setup Cache uses: actions/cache@v5 @@ -233,7 +233,7 @@ jobs: submodules: recursive - name: NuGet Install - uses: NuGet/setup-nuget@v2 + uses: NuGet/setup-nuget@v4 - name: NuGet Setup Cache uses: actions/cache@v5 diff --git a/.github/workflows/code-coverage.yml b/.github/workflows/code-coverage.yml index 16ae0317dc..fe2e4e5ca7 100644 --- a/.github/workflows/code-coverage.yml +++ b/.github/workflows/code-coverage.yml @@ -56,7 +56,7 @@ jobs: run: git lfs pull - name: NuGet Install - uses: NuGet/setup-nuget@v2 + uses: NuGet/setup-nuget@v4 - name: NuGet Setup Cache uses: actions/cache@v5 @@ -93,7 +93,7 @@ jobs: path: tests/Images/ActualOutput/ - name: Codecov Update - uses: codecov/codecov-action@v5 + uses: codecov/codecov-action@v6 if: matrix.options.codecov == true && startsWith(github.repository, 'SixLabors') with: flags: unittests