Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
Upgrade upload-artifact
  • Loading branch information
tsegismont authored Sep 16, 2024
1 parent 187b22a commit 3328441
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 @@ -30,7 +30,7 @@ jobs:
distribution: temurin
- name: Run tests
run: mvn -s .github/maven-ci-settings.xml -B -DtestLogLevel=OFF test
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v4
if: ${{ always() }}
with:
name: heap-dump
Expand Down

0 comments on commit 3328441

Please sign in to comment.