Skip to content

Commit a10c4d5

Browse files
authored
Merge pull request #407 from arquillian/dependabot/github_actions/actions/upload-artifact-7
build(deps): bump actions/upload-artifact from 6 to 7
2 parents 3508abe + 436db0d commit a10c4d5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
cache: maven
4848
- name: Build with Maven
4949
run: ./mvnw --batch-mode --no-transfer-progress --activate-profiles ${{ matrix.container }} clean verify
50-
- uses: actions/upload-artifact@v6
50+
- uses: actions/upload-artifact@v7
5151
if: failure()
5252
with:
5353
name: surefire-${{ matrix.os }}-${{ matrix.java }}-${{ matrix.container }}

0 commit comments

Comments
 (0)