Browse Source
Merge branch 'main' into fix/ghsa-exr-decoder
pull/3126/head
James Jackson-South
2 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with
4 additions and
4 deletions
-
.github/workflows/build-and-test.yml
-
.github/workflows/code-coverage.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 |
|
|
|
|
|
|
|
@ -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 |
|
|
|
|