Skip to content

Commit 2b99e41

Browse files
authored
Add IamPrincipal base resource (#2187)
1 parent f7d3dac commit 2b99e41

24 files changed

+38
-25
lines changed

.github/workflows/basecheck.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
python3 ./tools/basechecker.py html > basecheck.html
3636
3737
- name: Archive base resource coverage results
38-
uses: actions/upload-artifact@v2
38+
uses: actions/upload-artifact@v4
3939
with:
4040
name: basecheck
4141
path: ./basecheck.html

.github/workflows/check_pr_fixlib.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
run: tox
4444

4545
- name: Archive code coverage results
46-
uses: actions/upload-artifact@v2
46+
uses: actions/upload-artifact@v4
4747
with:
4848
name: fixlib-code-coverage-report
4949
path: fixlib/htmlcov/

.github/workflows/check_pr_fixmetrics.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
run: tox
4646

4747
- name: Archive code coverage results
48-
uses: actions/upload-artifact@v2
48+
uses: actions/upload-artifact@v4
4949
with:
5050
name: fixmetrics-code-coverage-report
5151
path: fixmetrics/htmlcov/

.github/workflows/check_pr_fixshell.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
run: tox
4747

4848
- name: Archive code coverage results
49-
uses: actions/upload-artifact@v2
49+
uses: actions/upload-artifact@v4
5050
with:
5151
name: fixshell-code-coverage-report
5252
path: fixshell/htmlcov/

.github/workflows/check_pr_fixworker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
run: tox
4646

4747
- name: Archive code coverage results
48-
uses: actions/upload-artifact@v2
48+
uses: actions/upload-artifact@v4
4949
with:
5050
name: fixworker-code-coverage-report
5151
path: fixworker/htmlcov/

.github/workflows/check_pr_plugin_aws.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
run: tox
4949

5050
- name: Archive code coverage results
51-
uses: actions/upload-artifact@v2
51+
uses: actions/upload-artifact@v4
5252
with:
5353
name: plugin-aws-code-coverage-report
5454
path: ./plugins/aws/htmlcov/

.github/workflows/check_pr_plugin_azure.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
run: tox
4949

5050
- name: Archive code coverage results
51-
uses: actions/upload-artifact@v2
51+
uses: actions/upload-artifact@v4
5252
with:
5353
name: plugin-azure-code-coverage-report
5454
path: ./plugins/azure/htmlcov/

.github/workflows/check_pr_plugin_digitalocean.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
run: tox
4949

5050
- name: Archive code coverage results
51-
uses: actions/upload-artifact@v2
51+
uses: actions/upload-artifact@v4
5252
with:
5353
name: plugin-digitalocean-code-coverage-report
5454
path: ./plugins/digitalocean/htmlcov/

.github/workflows/check_pr_plugin_dockerhub.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
run: tox
4949

5050
- name: Archive code coverage results
51-
uses: actions/upload-artifact@v2
51+
uses: actions/upload-artifact@v4
5252
with:
5353
name: plugin-dockerhub-code-coverage-report
5454
path: ./plugins/dockerhub/htmlcov/

.github/workflows/check_pr_plugin_example_collector.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
run: tox
4949

5050
- name: Archive code coverage results
51-
uses: actions/upload-artifact@v2
51+
uses: actions/upload-artifact@v4
5252
with:
5353
name: plugin-example_collector-code-coverage-report
5454
path: ./plugins/example_collector/htmlcov/

0 commit comments

Comments
 (0)