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.
1 parent 1709797 commit 9cb022bCopy full SHA for 9cb022b
.github/workflows/build-and-test.yml
@@ -146,7 +146,7 @@ jobs:
146
XUNIT_PATH: .\tests\ImageSharp.Tests # Required for xunit
147
148
- name: Export Failed Output
149
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
150
if: failure()
151
with:
152
name: actual_output_${{ runner.os }}_${{ matrix.options.framework }}${{ matrix.options.runtime }}.zip
0 commit comments