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 2b1e62a + 600dcab commit 0999890Copy full SHA for 0999890
.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@v4
+ uses: actions/upload-artifact@v6
92
if: failure()
93
with:
94
name: actual_output_${{ runner.os }}_${{ matrix.options.framework }}${{ matrix.options.runtime }}.zip
0 commit comments