File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1111 runs-on : ubuntu-latest
1212 steps :
1313 - name : Upload
14- uses : actions/upload-artifact@v5
14+ uses : actions/upload-artifact@v6
1515 with :
1616 name : event-file
1717 path : ${{ github.event_path }}
5353 # see publish-test-results.yml for workflow that publishes test results without security issues for forks
5454 # https://github.com/marketplace/actions/publish-test-results#support-fork-repositories-and-dependabot-branches
5555 if : always()
56- uses : actions/upload-artifact@v5
56+ uses : actions/upload-artifact@v6
5757 with :
5858 name : Test Results (Java ${{ matrix.java }} on ${{ matrix.os }})
5959 path : ' **/build/test-results/test/TEST-*.xml'
Original file line number Diff line number Diff line change 1212 runs-on : ubuntu-latest
1313 steps :
1414 - name : Upload
15- uses : actions/upload-artifact@v5
15+ uses : actions/upload-artifact@v6
1616 with :
1717 name : event-file
1818 path : ${{ github.event_path }}
5353 # see publish-test-results.yml for workflow that publishes test results without security issues for forks
5454 # https://github.com/marketplace/actions/publish-test-results#support-fork-repositories-and-dependabot-branches
5555 if : always()
56- uses : actions/upload-artifact@v5
56+ uses : actions/upload-artifact@v6
5757 with :
5858 name : Test Results (Java ${{ matrix.java }} on ${{ matrix.os }})
5959 path : ' **/build/test-results/test/TEST-*.xml'
Original file line number Diff line number Diff line change 1313 runs-on : ubuntu-latest
1414 steps :
1515 - name : Upload
16- uses : actions/upload-artifact@v5
16+ uses : actions/upload-artifact@v6
1717 with :
1818 name : event-file
1919 path : ${{ github.event_path }}
5858 # see publish-test-results.yml for workflow that publishes test results without security issues for forks
5959 # https://github.com/marketplace/actions/publish-test-results#support-fork-repositories-and-dependabot-branches
6060 if : always()
61- uses : actions/upload-artifact@v5
61+ uses : actions/upload-artifact@v6
6262 with :
6363 name : Test Results (Java ${{ matrix.java }} on ${{ matrix.os }})
6464 path : ' **/build/test-results/test/TEST-*.xml'
You can’t perform that action at this time.
0 commit comments