Skip to content

Commit

Permalink
Upgrade actions/upload-artifact from v2 to v3
Browse files Browse the repository at this point in the history
Signed-off-by: Craig Perkins <cwperx@amazon.com>
  • Loading branch information
cwperks committed Oct 23, 2024
1 parent 75579f7 commit 7edf5ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
working-directory: ./tmp/performance-analyzer-rca
run: ./gradlew build --stacktrace
- name: Upload reports
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: gradle-reports
path: ./tmp/performance-analyzer-rca/build/reports
Expand Down

0 comments on commit 7edf5ef

Please sign in to comment.