Skip to content

Commit 3d96527

Browse files
Merge pull request #313 from SixLabors/dependabot/github_actions/actions/upload-artifact-4
Bump actions/upload-artifact from 3 to 4
2 parents 16d79e7 + cd43f76 commit 3d96527

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ jobs:
150150
XUNIT_PATH: .\tests\ImageSharp.Drawing.Tests # Required for xunit
151151

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

0 commit comments

Comments
 (0)