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 1baba9e commit 51cd84eCopy full SHA for 51cd84e
.github/workflows/build-and-test.yml
@@ -132,7 +132,7 @@ jobs:
132
XUNIT_PATH: .\tests\ImageSharp.Tests # Required for xunit
133
134
- name: Export Failed Output
135
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
136
if: failure()
137
with:
138
name: actual_output_${{ runner.os }}_${{ matrix.options.framework }}${{ matrix.options.runtime }}.zip
.github/workflows/code-coverage.yml
@@ -74,7 +74,7 @@ jobs:
74
75
76
77
78
79
80
0 commit comments