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 86
86
distribution : ' temurin'
87
87
88
88
- name : Get JAR
89
- uses : actions/download-artifact@v4
89
+ uses : actions/download-artifact@v5
90
90
with :
91
91
name : JPlag
92
92
@@ -138,7 +138,7 @@ jobs:
138
138
run : npx playwright install --with-deps
139
139
140
140
- name : Download JPlag Reports
141
- uses : actions/download-artifact@v4
141
+ uses : actions/download-artifact@v5
142
142
with :
143
143
pattern : " *-${{ matrix.os }}"
144
144
path : " report-viewer/report-viewer/tests/e2e/assets"
Original file line number Diff line number Diff line change 45
45
distribution : ' temurin'
46
46
47
47
- name : Get JAR
48
- uses : actions/download-artifact@v4
48
+ uses : actions/download-artifact@v5
49
49
with :
50
50
name : JPlag
51
51
90
90
cat report-viewer/src/version.json
91
91
92
92
- name : Download Results
93
- uses : actions/download-artifact@v4
93
+ uses : actions/download-artifact@v5
94
94
with :
95
95
name : Result
96
96
path : report-viewer/report-viewer/public
Original file line number Diff line number Diff line change 45
45
distribution : ' temurin'
46
46
47
47
- name : Get JAR
48
- uses : actions/download-artifact@v4
48
+ uses : actions/download-artifact@v5
49
49
with :
50
50
name : JPlag
51
51
77
77
node-version : " lts/*"
78
78
79
79
- name : Download Results
80
- uses : actions/download-artifact@v4
80
+ uses : actions/download-artifact@v5
81
81
with :
82
82
name : Result
83
83
path : report-viewer/report-viewer/public
You can’t perform that action at this time.
0 commit comments