Skip to content

Commit b55ba46

Browse files
Merge pull request #2625 from SixLabors/dependabot/github_actions/actions/upload-artifact-4
Bump actions/upload-artifact from 3 to 4
2 parents c8e7775 + 51cd84e commit b55ba46

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

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

135135
- name: Export Failed Output
136-
uses: actions/upload-artifact@v3
136+
uses: actions/upload-artifact@v4
137137
if: failure()
138138
with:
139139
name: actual_output_${{ runner.os }}_${{ matrix.options.framework }}${{ matrix.options.runtime }}.zip

.github/workflows/code-coverage.yml

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

7676
- name: Export Failed Output
77-
uses: actions/upload-artifact@v3
77+
uses: actions/upload-artifact@v4
7878
if: failure()
7979
with:
8080
name: actual_output_${{ runner.os }}_${{ matrix.options.framework }}${{ matrix.options.runtime }}.zip

0 commit comments

Comments
 (0)