File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 11
11
name : Bump release version
12
12
runs-on : ubuntu-latest
13
13
steps :
14
- - uses : actions/checkout@v3
14
+ - uses : actions/checkout@v4
15
15
- name : Install dasel
16
16
run : curl -sSLf "$(curl -sSLf https://api.github.com/repos/tomwright/dasel/releases/latest | grep browser_download_url | grep linux_amd64 | grep -v .gz | cut -d\" -f 4)" -L -o dasel && chmod +x dasel && mv ./dasel /usr/local/bin/dasel
17
17
- name : Bump version overwriting libs.versions.toml
Original file line number Diff line number Diff line change 17
17
matrix :
18
18
java : [ 11 ]
19
19
steps :
20
- - uses : actions/checkout@v3
20
+ - uses : actions/checkout@v4
21
21
- name : Set up JDK ${{ matrix.java }}
22
22
uses : actions/setup-java@v3
23
23
with :
34
34
35
35
- name : Upload test results
36
36
if : always()
37
- uses : actions/upload-artifact@v3
37
+ uses : actions/upload-artifact@v4
38
38
with :
39
39
name : Test results (Java ${{ matrix.java }})
40
40
path : " **/test-results/test/*.xml"
45
45
timeout-minutes : 10
46
46
steps :
47
47
- name : Upload
48
- uses : actions/upload-artifact@v2
48
+ uses : actions/upload-artifact@v4
49
49
with :
50
50
name : Event File
51
51
path : ${{ github.event_path }}
Original file line number Diff line number Diff line change 30
30
done
31
31
32
32
- name : Publish Unit Test Results
33
- uses : EnricoMi/publish-unit-test-result-action@v1
33
+ uses : EnricoMi/publish-unit-test-result-action@v2
34
34
with :
35
35
commit : ${{ github.event.workflow_run.head_sha }}
36
36
event_file : artifacts/Event File/event.json
Original file line number Diff line number Diff line change 10
10
runs-on : ubuntu-latest
11
11
timeout-minutes : 10
12
12
steps :
13
- - uses : actions/checkout@v3
13
+ - uses : actions/checkout@v4
14
14
- name : Set up JDK ${{ matrix.java }}
15
15
uses : actions/setup-java@v3
16
16
with :
You can’t perform that action at this time.
0 commit comments