Browse Source
Merge pull request #3058 from SixLabors/dependabot/github_actions/actions/upload-artifact-6
Bump actions/upload-artifact from 4 to 6
pull/3060/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
2 additions and
2 deletions
-
.github/workflows/build-and-test.yml
-
.github/workflows/code-coverage.yml
|
|
|
@ -209,7 +209,7 @@ jobs: |
|
|
|
XUNIT_PATH: .\tests\ImageSharp.Tests # Required for xunit |
|
|
|
|
|
|
|
- name: Export Failed Output |
|
|
|
uses: actions/upload-artifact@v4 |
|
|
|
uses: actions/upload-artifact@v6 |
|
|
|
if: failure() |
|
|
|
with: |
|
|
|
name: actual_output_${{ runner.os }}_${{ matrix.options.framework }}${{ matrix.options.runtime }}.zip |
|
|
|
|
|
|
|
@ -86,7 +86,7 @@ jobs: |
|
|
|
XUNIT_PATH: .\tests\ImageSharp.Tests # Required for xunit |
|
|
|
|
|
|
|
- name: Export Failed Output |
|
|
|
uses: actions/upload-artifact@v4 |
|
|
|
uses: actions/upload-artifact@v6 |
|
|
|
if: failure() |
|
|
|
with: |
|
|
|
name: actual_output_${{ runner.os }}_${{ matrix.options.framework }}${{ matrix.options.runtime }}.zip |
|
|
|
|