Skip to content

Commit

Permalink
Bump actions/download-artifact from 4.1.3 to 4.1.4 (home-assistant#11…
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Mar 4, 2024
1 parent 86039de commit 1b7c306
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1079,7 +1079,7 @@ jobs:
- name: Check out code from GitHub
uses: actions/[email protected]
- name: Download all coverage artifacts
uses: actions/[email protected].3
uses: actions/[email protected].4
with:
pattern: coverage-*
- name: Upload coverage to Codecov (full coverage)
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,12 +91,12 @@ jobs:
uses: actions/[email protected]

- name: Download env_file
uses: actions/[email protected].3
uses: actions/[email protected].4
with:
name: env_file

- name: Download requirements_diff
uses: actions/[email protected].3
uses: actions/[email protected].4
with:
name: requirements_diff

Expand Down Expand Up @@ -129,12 +129,12 @@ jobs:
uses: actions/[email protected]

- name: Download env_file
uses: actions/[email protected].3
uses: actions/[email protected].4
with:
name: env_file

- name: Download requirements_diff
uses: actions/[email protected].3
uses: actions/[email protected].4
with:
name: requirements_diff

Expand Down

0 comments on commit 1b7c306

Please sign in to comment.