Skip to content

Commit c30691f

Browse files
authored
Merge pull request arquillian#365 from arquillian/dependabot/github_actions/actions/upload-artifact-5
build(deps): bump actions/upload-artifact from 4 to 5
2 parents 7d2ddbd + 0bb86d1 commit c30691f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
cache: maven
4040
- name: Build with Maven
4141
run: ./mvnw --batch-mode --no-transfer-progress --activate-profiles ${{ matrix.container }} clean verify
42-
- uses: actions/upload-artifact@v4
42+
- uses: actions/upload-artifact@v5
4343
if: failure()
4444
with:
4545
name: surefire-${{ matrix.os }}-${{ matrix.java }}-${{ matrix.container }}

0 commit comments

Comments
 (0)