Skip to content

Commit

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

Bump actions/download-artifact from 4.1.5 to 4.1.7
  • Loading branch information
freakboy3742 committed Apr 29, 2024
2 parents e499187 + abc4971 commit 4d60d1c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:
python-version: ${{ matrix.python-version }}

- name: Get Packages
uses: actions/download-artifact@v4.1.5
uses: actions/download-artifact@v4.1.7
with:
name: ${{ needs.package.outputs.artifact-name }}
path: dist
Expand Down Expand Up @@ -137,7 +137,7 @@ jobs:
python -m install_requirement tox --extra dev
- name: Retrieve Coverage Data
uses: actions/download-artifact@v4.1.5
uses: actions/download-artifact@v4.1.7
with:
pattern: coverage-data-*
merge-multiple: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
python-version: "3.x"

- name: Get packages
uses: actions/download-artifact@v4.1.5
uses: actions/download-artifact@v4.1.7
with:
name: ${{ needs.ci.outputs.artifact-name }}
path: dist
Expand Down
1 change: 1 addition & 0 deletions changes/1758.misc.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Updated actions/download-artifact from 4.1.5 to 4.1.7.

0 comments on commit 4d60d1c

Please sign in to comment.