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 2121 runs-on : ubuntu-22.04
2222 steps :
2323 - name : Checkout
24- uses : actions/checkout@v2
24+ uses : actions/checkout@v4
2525
2626 - name : Check Rules
2727 shell : pwsh
3333 runs-on : ubuntu-22.04
3434 steps :
3535 - name : Checkout
36- uses : actions/checkout@v2
36+ uses : actions/checkout@v4
3737
3838 - name : Ensure CPP Shared Rules Have Valid Structure
3939 shell : pwsh
@@ -44,13 +44,13 @@ jobs:
4444 run : scripts/util/Test-SharedImplementationsHaveTestCases.ps1 -Language c -CIMode
4545
4646
47- - uses : actions/upload-artifact@v3
47+ - uses : actions/upload-artifact@v4
4848 if : failure()
4949 with :
5050 name : missing-test-report.csv
5151 path : MissingTestReport*.csv
5252
53- - uses : actions/upload-artifact@v3
53+ - uses : actions/upload-artifact@v4
5454 if : failure()
5555 with :
5656 name : test-report.csv
Original file line number Diff line number Diff line change 2020 runs-on : ubuntu-22.04
2121 steps :
2222 - name : Checkout
23- uses : actions/checkout@v2
23+ uses : actions/checkout@v4
2424
2525 - name : Install Python
2626 uses : actions/setup-python@v4
3535 python scripts/documentation/generate_iso26262_docs.py coding-standards-html-docs
3636
3737 - name : Upload HTML documentation
38- uses : actions/upload-artifact@v3
38+ uses : actions/upload-artifact@v4
3939 with :
4040 name : coding-standards-docs-${{ github.sha }}
4141 path : coding-standards-html-docs/
You can’t perform that action at this time.
0 commit comments