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 c8e7775 + 51cd84e commit b55ba46Copy full SHA for b55ba46
.github/workflows/build-and-test.yml
@@ -133,7 +133,7 @@ jobs:
133
XUNIT_PATH: .\tests\ImageSharp.Tests # Required for xunit
134
135
- name: Export Failed Output
136
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
137
if: failure()
138
with:
139
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