Skip to content

Commit 98a2fd7

Browse files
dependabot[bot]dlemstra
authored andcommitted
Bump actions/upload-artifact from 2 to 3
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 2 to 3. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v2...v3) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent b26011e commit 98a2fd7

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

115115
- name: Export Failed Output
116-
uses: actions/upload-artifact@v2
116+
uses: actions/upload-artifact@v3
117117
if: failure()
118118
with:
119119
name: actual_output_${{ runner.os }}_${{ matrix.options.framework }}${{ matrix.options.runtime }}.zip

0 commit comments

Comments
 (0)