Skip to content

Commit

Permalink
Merge pull request #266 from arquillian/dependabot/github_actions/act…
Browse files Browse the repository at this point in the history
…ions/upload-artifact-4

build(deps): bump actions/upload-artifact from 3 to 4
  • Loading branch information
rhusar authored Nov 13, 2024
2 parents 43b9962 + f8cf707 commit a6c3521
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
cache: maven
- name: Build with Maven
run: ./mvnw --batch-mode --no-transfer-progress --activate-profiles ${{ matrix.container }} verify
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
if: failure()
with:
name: surefire-${{ matrix.os }}-${{ matrix.java }}-${{ matrix.container }}
Expand Down

0 comments on commit a6c3521

Please sign in to comment.