Skip to content

Commit

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

Bump actions/upload-artifact from 3 to 4
  • Loading branch information
yuzawa-san authored Jan 2, 2024
2 parents cfd91f1 + 3b86211 commit b8aa2a5
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 @@ -38,7 +38,7 @@ jobs:
if: ${{ matrix.java == '19' && matrix.os == 'ubuntu-latest' }}
uses: codecov/[email protected]
- name: Save reports
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
if: ${{ failure() }}
with:
name: reports-${{ matrix.os }}-${{ matrix.java }}
Expand Down

0 comments on commit b8aa2a5

Please sign in to comment.