Skip to content

Commit

Permalink
Bump actions/upload-artifact to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
daniellansun committed Jan 12, 2025
1 parent 77cc2ba commit 7c6a1c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/performance-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
env:
GRADLE_SCANS_ACCEPT: yes
- name: Upload performance result report
uses: actions/upload-artifact@v1
uses: actions/upload-artifact@v4
with:
name: performance result report
path: build/reports/jmh/

0 comments on commit 7c6a1c4

Please sign in to comment.