Skip to content

Commit 9cb022b

Browse files
Update build-and-test.yml
1 parent 1709797 commit 9cb022b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-and-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ jobs:
146146
XUNIT_PATH: .\tests\ImageSharp.Tests # Required for xunit
147147

148148
- name: Export Failed Output
149-
uses: actions/upload-artifact@v3
149+
uses: actions/upload-artifact@v4
150150
if: failure()
151151
with:
152152
name: actual_output_${{ runner.os }}_${{ matrix.options.framework }}${{ matrix.options.runtime }}.zip

0 commit comments

Comments
 (0)