We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fb3d10e + 8d55f57 commit 865c519Copy full SHA for 865c519
.github/workflows/build-and-test.yml
@@ -88,7 +88,7 @@ jobs:
88
XUNIT_PATH: .\tests\ImageSharp.Textures.Tests # Required for xunit
89
90
- name: Export Failed Output
91
- uses: actions/upload-artifact@v6
+ uses: actions/upload-artifact@v7
92
if: failure()
93
with:
94
name: actual_output_${{ runner.os }}_${{ matrix.options.framework }}${{ matrix.options.runtime }}.zip
0 commit comments