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@v3
14+ uses : actions/upload-artifact@v4
1515 with :
1616 name : event-file
1717 path : ${{ github.event_path }}
4848 # see publish-test-results.yml for workflow that publishes test results without security issues for forks
4949 # https://github.com/marketplace/actions/publish-test-results#support-fork-repositories-and-dependabot-branches
5050 if : always()
51- uses : actions/upload-artifact@v3
51+ uses : actions/upload-artifact@v4
5252 with :
5353 name : Test Results (Java ${{ matrix.java }} on ${{ matrix.os }})
5454 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@v3
15+ uses : actions/upload-artifact@v4
1616 with :
1717 name : event-file
1818 path : ${{ github.event_path }}
4545 # see publish-test-results.yml for workflow that publishes test results without security issues for forks
4646 # https://github.com/marketplace/actions/publish-test-results#support-fork-repositories-and-dependabot-branches
4747 if : always()
48- uses : actions/upload-artifact@v3
48+ uses : actions/upload-artifact@v4
4949 with :
5050 name : Test Results (Java ${{ matrix.java }} on ${{ matrix.os }})
5151 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@v3
16+ uses : actions/upload-artifact@v4
1717 with :
1818 name : event-file
1919 path : ${{ github.event_path }}
5656 # see publish-test-results.yml for workflow that publishes test results without security issues for forks
5757 # https://github.com/marketplace/actions/publish-test-results#support-fork-repositories-and-dependabot-branches
5858 if : always()
59- uses : actions/upload-artifact@v3
59+ uses : actions/upload-artifact@v4
6060 with :
6161 name : Test Results (Java ${{ matrix.java }} on ${{ matrix.os }})
6262 path : ' **/build/test-results/test/TEST-*.xml'
You can’t perform that action at this time.
0 commit comments