Skip to content

Commit

Permalink
Bump actions/upload-artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
lloesche committed Sep 13, 2024
1 parent a9bf060 commit c21fdc2
Show file tree
Hide file tree
Showing 17 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check_pr_plugin_aws.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
run: tox

- name: Archive code coverage results
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: plugin-aws-code-coverage-report
path: ./plugins/aws/htmlcov/
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/check_pr_plugin_azure.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
run: tox

- name: Archive code coverage results
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: plugin-azure-code-coverage-report
path: ./plugins/azure/htmlcov/
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/check_pr_plugin_digitalocean.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
run: tox

- name: Archive code coverage results
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: plugin-digitalocean-code-coverage-report
path: ./plugins/digitalocean/htmlcov/
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/check_pr_plugin_dockerhub.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
run: tox

- name: Archive code coverage results
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: plugin-dockerhub-code-coverage-report
path: ./plugins/dockerhub/htmlcov/
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/check_pr_plugin_example_collector.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
run: tox

- name: Archive code coverage results
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: plugin-example_collector-code-coverage-report
path: ./plugins/example_collector/htmlcov/
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/check_pr_plugin_gcp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
run: tox

- name: Archive code coverage results
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: plugin-gcp-code-coverage-report
path: ./plugins/gcp/htmlcov/
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/check_pr_plugin_github.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
run: tox

- name: Archive code coverage results
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: plugin-github-code-coverage-report
path: ./plugins/github/htmlcov/
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/check_pr_plugin_hetzner.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
run: tox

- name: Archive code coverage results
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: plugin-hetzner-code-coverage-report
path: ./plugins/hetzner/htmlcov/
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/check_pr_plugin_k8s.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
run: tox

- name: Archive code coverage results
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: plugin-k8s-code-coverage-report
path: ./plugins/k8s/htmlcov/
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/check_pr_plugin_onelogin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
run: tox

- name: Archive code coverage results
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: plugin-onelogin-code-coverage-report
path: ./plugins/onelogin/htmlcov/
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/check_pr_plugin_onprem.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
run: tox

- name: Archive code coverage results
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: plugin-onprem-code-coverage-report
path: ./plugins/onprem/htmlcov/
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/check_pr_plugin_posthog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
run: tox

- name: Archive code coverage results
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: plugin-posthog-code-coverage-report
path: ./plugins/posthog/htmlcov/
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/check_pr_plugin_random.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
run: tox

- name: Archive code coverage results
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: plugin-random-code-coverage-report
path: ./plugins/random/htmlcov/
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/check_pr_plugin_scarf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
run: tox

- name: Archive code coverage results
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: plugin-scarf-code-coverage-report
path: ./plugins/scarf/htmlcov/
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/check_pr_plugin_slack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
run: tox

- name: Archive code coverage results
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: plugin-slack-code-coverage-report
path: ./plugins/slack/htmlcov/
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/check_pr_plugin_vsphere.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
run: tox

- name: Archive code coverage results
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: plugin-vsphere-code-coverage-report
path: ./plugins/vsphere/htmlcov/
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/create_plugin_workflows.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@
run: tox
- name: Archive code coverage results
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: plugin-@name@-code-coverage-report
path: @directory@/htmlcov/
Expand Down

0 comments on commit c21fdc2

Please sign in to comment.