Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitbc8bcfe

Browse files
committed
Update actions/upload-artifact to v4
1 parent041150a commitbc8bcfe

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

‎.github/workflows/extra-rule-validation.yml‎

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
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
@@ -33,7 +33,7 @@ jobs:
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

‎.github/workflows/generate-html-docs.yml‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
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
@@ -35,7 +35,7 @@ jobs:
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/

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp