Skip to content

Commit

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

Bump actions/upload-artifact from 3 to 4
  • Loading branch information
yuzawa-san authored Jan 2, 2024
2 parents 7424f7a + 4771098 commit 5ea9e1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
uses: codecov/[email protected]
if: ${{ matrix.java == '17' }}
- name: Save reports
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
if: ${{ failure() }}
with:
name: reports-${{ matrix.java }}
Expand Down

0 comments on commit 5ea9e1c

Please sign in to comment.