Skip to content

Commit

Permalink
Update artifact action to v4 (#585)
Browse files Browse the repository at this point in the history
Signed-off-by: Brandon Shien <[email protected]>
  • Loading branch information
bshien authored Dec 3, 2024
1 parent e3e91bc commit 2e1e4b2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 20 deletions.
18 changes: 0 additions & 18 deletions .github/workflows/dco.yml

This file was deleted.

4 changes: 2 additions & 2 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@ jobs:
working-directory: ./tmp/performance-analyzer-rca
run: ./gradlew build --stacktrace
- name: Upload reports
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: gradle-reports
name: gradle-reports-${{matrix.java}}
path: ./tmp/performance-analyzer-rca/build/reports
- name: Generate Jacoco coverage report
working-directory: ./tmp/performance-analyzer-rca
Expand Down

0 comments on commit 2e1e4b2

Please sign in to comment.