File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1212 if : ${{ github.event_name != 'pull_request' || github.repository != github.event.pull_request.head.repo.full_name }}
1313 runs-on : " ubuntu-latest"
1414 steps :
15- - uses : actions/checkout@v5
15+ - uses : actions/checkout@v6
1616 - name : Set up JDK
1717 uses : actions/setup-java@v5
1818 with :
2626 run : ./gradlew build
2727 - name : Upload Test Results
2828 if : always()
29- uses : actions/upload-artifact@v4
29+ uses : actions/upload-artifact@v6
3030 with :
3131 name : Test Results
3232 path : |
5959 runs-on : ubuntu-latest
6060 steps :
6161 - name : Upload
62- uses : actions/upload-artifact@v4
62+ uses : actions/upload-artifact@v6
6363 with :
6464 name : Event File
6565 path : ${{ github.event_path }}
Original file line number Diff line number Diff line change 2020 actions : read
2121 steps :
2222 - name : Download and Extract Artifacts
23- uses : dawidd6/action-download-artifact@v11
23+ uses : dawidd6/action-download-artifact@v12
2424 with :
2525 run_id : ${{ github.event.workflow_run.id }}
2626 path : artifacts
You can’t perform that action at this time.
0 commit comments