Skip to content

Commit 4961533

Browse files
authored
Merge pull request #17 from SixLabors/dependabot/github_actions/actions/upload-artifact-4
Bump actions/upload-artifact from 3 to 4
2 parents ed5fd04 + 99b4916 commit 4961533

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
@@ -105,7 +105,7 @@ jobs:
105105
XUNIT_PATH: .\tests\ImageSharp.Textures.Tests # Required for xunit
106106

107107
- name: Export Failed Output
108-
uses: actions/upload-artifact@v3
108+
uses: actions/upload-artifact@v4
109109
if: failure()
110110
with:
111111
name: actual_output_${{ runner.os }}_${{ matrix.options.framework }}${{ matrix.options.runtime }}.zip

0 commit comments

Comments
 (0)