Skip to content

Commit 93e943b

Browse files
authored
Merge pull request #60 from jbossws/dependabot/github_actions/actions/upload-artifact-7
Bump actions/upload-artifact from 6 to 7
2 parents a978aa0 + 030a6dd commit 93e943b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/maven.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
java-version: ${{ matrix.jdk-version }}
3838
- name: Build with Maven Java ${{ matrix.java }}
3939
run: mvn -s .m2-settings.xml -B -fae clean install
40-
- uses: actions/upload-artifact@v6
40+
- uses: actions/upload-artifact@v7
4141
if: failure()
4242
with:
4343
name: surefire-reports-${{ matrix.os }}-${{ matrix.java }}

0 commit comments

Comments
 (0)