Skip to content

Commit

Permalink
Update upload-artifact action
Browse files Browse the repository at this point in the history
  • Loading branch information
marcphilipp committed Jan 6, 2023
1 parent 1f459e5 commit 0e3a1d3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/actions/main-build/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ runs:
- uses: ./.github/actions/run-gradle
with:
arguments: ${{ inputs.arguments }}
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v3
if: ${{ always() }}
with:
name: Test Distribution trace files (${{ github.job }})
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cross-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
-Dscan.tag.JDK_${{ matrix.jdk }}
build
- name: Upload Test Distribution trace files
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: "Test Distribution trace files (OpenJDK ${{ matrix.jdk }})"
path: '**/build/test-results/*/trace.json'

0 comments on commit 0e3a1d3

Please sign in to comment.