File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 21
21
runs-on : ubuntu-22.04
22
22
steps :
23
23
- name : Checkout
24
- uses : actions/checkout@v2
24
+ uses : actions/checkout@v4
25
25
26
26
- name : Check Rules
27
27
shell : pwsh
33
33
runs-on : ubuntu-22.04
34
34
steps :
35
35
- name : Checkout
36
- uses : actions/checkout@v2
36
+ uses : actions/checkout@v4
37
37
38
38
- name : Ensure CPP Shared Rules Have Valid Structure
39
39
shell : pwsh
@@ -44,13 +44,13 @@ jobs:
44
44
run : scripts/util/Test-SharedImplementationsHaveTestCases.ps1 -Language c -CIMode
45
45
46
46
47
- - uses : actions/upload-artifact@v3
47
+ - uses : actions/upload-artifact@v4
48
48
if : failure()
49
49
with :
50
50
name : missing-test-report.csv
51
51
path : MissingTestReport*.csv
52
52
53
- - uses : actions/upload-artifact@v3
53
+ - uses : actions/upload-artifact@v4
54
54
if : failure()
55
55
with :
56
56
name : test-report.csv
Original file line number Diff line number Diff line change 20
20
runs-on : ubuntu-22.04
21
21
steps :
22
22
- name : Checkout
23
- uses : actions/checkout@v2
23
+ uses : actions/checkout@v4
24
24
25
25
- name : Install Python
26
26
uses : actions/setup-python@v4
35
35
python scripts/documentation/generate_iso26262_docs.py coding-standards-html-docs
36
36
37
37
- name : Upload HTML documentation
38
- uses : actions/upload-artifact@v3
38
+ uses : actions/upload-artifact@v4
39
39
with :
40
40
name : coding-standards-docs-${{ github.sha }}
41
41
path : coding-standards-html-docs/
You can’t perform that action at this time.
0 commit comments