Skip to content

Commit 76e61a4

Browse files
dependabot[bot]jimma
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 9996954 commit 76e61a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/maven.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
java-version: ${{ matrix.java }}
3737
- name: Build with Maven Java ${{ matrix.java }}
3838
run: mvn -s .m2-settings.xml -B -fae clean install
39-
- uses: actions/upload-artifact@v2
39+
- uses: actions/upload-artifact@v3
4040
if: failure()
4141
with:
4242
name: surefire-reports-${{ matrix.os }}-${{ matrix.java }}

0 commit comments

Comments
 (0)