Skip to content

Commit

Permalink
Merge pull request #2520 from beeware/dependabot/github_actions/actio…
Browse files Browse the repository at this point in the history
…ns/download-artifact-4.1.5

Bump actions/download-artifact from 4.1.4 to 4.1.5
  • Loading branch information
freakboy3742 authored Apr 22, 2024
2 parents 1a7e2fa + 1abdd8a commit e2cc9fc
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ jobs:
python -m pip install ./core[dev]
- name: Get Packages
uses: actions/download-artifact@v4.1.4
uses: actions/download-artifact@v4.1.5
with:
pattern: ${{ needs.package.outputs.artifact-name }}-*
merge-multiple: true
Expand Down Expand Up @@ -152,7 +152,7 @@ jobs:
python -m pip install ./core[dev]
- name: Retrieve Coverage Data
uses: actions/download-artifact@v4.1.4
uses: actions/download-artifact@v4.1.5
with:
pattern: core-coverage-data-*
path: core
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
echo "VERSION=${GITHUB_REF_NAME#v}" >> $GITHUB_ENV
- name: Get packages
uses: actions/download-artifact@v4.1.4
uses: actions/download-artifact@v4.1.5
with:
pattern: ${{ needs.ci.outputs.artifact-name }}-*
merge-multiple: true
Expand Down Expand Up @@ -65,7 +65,7 @@ jobs:
- "toga_winforms"
steps:
- name: Get packages
uses: actions/download-artifact@v4.1.4
uses: actions/download-artifact@v4.1.5
with:
pattern: ${{ needs.ci.outputs.artifact-name }}-*
merge-multiple: true
Expand Down
1 change: 1 addition & 0 deletions changes/2520.misc.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Updated actions/download-artifact from 4.1.4 to 4.1.5.

0 comments on commit e2cc9fc

Please sign in to comment.