Skip to content

Commit 0e3a1d3

Browse files
committed
Update upload-artifact action
1 parent 1f459e5 commit 0e3a1d3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/actions/main-build/action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ runs:
1212
- uses: ./.github/actions/run-gradle
1313
with:
1414
arguments: ${{ inputs.arguments }}
15-
- uses: actions/upload-artifact@v2
15+
- uses: actions/upload-artifact@v3
1616
if: ${{ always() }}
1717
with:
1818
name: Test Distribution trace files (${{ github.job }})

.github/workflows/cross-version.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
-Dscan.tag.JDK_${{ matrix.jdk }}
4747
build
4848
- name: Upload Test Distribution trace files
49-
uses: actions/upload-artifact@v2
49+
uses: actions/upload-artifact@v3
5050
with:
5151
name: "Test Distribution trace files (OpenJDK ${{ matrix.jdk }})"
5252
path: '**/build/test-results/*/trace.json'

0 commit comments

Comments
 (0)