forked from home-assistant/core
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump actions/download-artifact from 4.1.3 to 4.1.4 (home-assistant#11…
- Loading branch information
1 parent
86039de
commit 1b7c306
Showing
2 changed files
with
5 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
||
|
@@ -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 | ||
|
||
|