Skip to content

Commit 35c1770

Browse files
Bump actions/upload-artifact from 3 to 4
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3 to 4. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v3...v4) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 16b0109 commit 35c1770

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
- name: Build with Maven Java ${{ matrix.java }} - ${{ matrix.os }}
4444
run: |
4545
mvn clean install -U -B -fae
46-
- uses: actions/upload-artifact@v3
46+
- uses: actions/upload-artifact@v4
4747
if: failure()
4848
with:
4949
name: surefire-reports-${{ matrix.os }}-${{ matrix.java }}
@@ -68,7 +68,7 @@ jobs:
6868
run: |
6969
mvn clean install -U -B
7070
mvn test -Dlegacy.test
71-
- uses: actions/upload-artifact@v3
71+
- uses: actions/upload-artifact@v4
7272
if: failure()
7373
with:
7474
name: legacy-surefire-reports-${{ matrix.java }}

0 commit comments

Comments
 (0)