-
-
Notifications
You must be signed in to change notification settings - Fork 688
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.0 to 4.1.1
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4.1.0 to 4.1.1. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v4.1.0...v4.1.1) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
- Loading branch information
1 parent
090478e
commit 987a0f0
Showing
2 changed files
with
4 additions
and
4 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 |
---|---|---|
|
@@ -83,7 +83,7 @@ jobs: | |
# we just want the dev extras so we have a known version of tox and coverage | ||
python -m pip install ./core[dev] | ||
- name: Get packages | ||
uses: actions/[email protected].0 | ||
uses: actions/[email protected].1 | ||
with: | ||
pattern: ${{ needs.package.outputs.artifact-name }}-* | ||
merge-multiple: true | ||
|
@@ -119,7 +119,7 @@ jobs: | |
# we just want the dev extras so we have a known version of coverage | ||
python -m pip install ./core[dev] | ||
- name: Retrieve coverage data | ||
uses: actions/[email protected].0 | ||
uses: actions/[email protected].1 | ||
with: | ||
pattern: core-coverage-data-* | ||
path: core | ||
|
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 |
---|---|---|
|
@@ -29,7 +29,7 @@ jobs: | |
echo "VERSION=${GITHUB_REF_NAME#v}" >> $GITHUB_ENV | ||
- name: Get packages | ||
uses: actions/[email protected].0 | ||
uses: actions/[email protected].1 | ||
with: | ||
pattern: ${{ needs.ci.outputs.artifact-name }}-* | ||
merge-multiple: true | ||
|
@@ -65,7 +65,7 @@ jobs: | |
- "toga_winforms" | ||
steps: | ||
- name: Get packages | ||
uses: actions/[email protected].0 | ||
uses: actions/[email protected].1 | ||
with: | ||
pattern: ${{ needs.ci.outputs.artifact-name }}-* | ||
merge-multiple: true | ||
|