Skip to content

Commit

Permalink
Merge pull request #309 from beeware/dependabot/github_actions/action…
Browse files Browse the repository at this point in the history
…s/download-artifact-4.1.4

Bump actions/download-artifact from 4.1.2 to 4.1.4
  • Loading branch information
freakboy3742 committed Mar 4, 2024
2 parents 503e573 + 822e688 commit bb2db64
Showing 1 changed file with 1 addition and 1 deletion.
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.2
uses: actions/download-artifact@v4.1.4
with:
name: ${{ needs.ci.outputs.artifact-name }}
path: dist
Expand Down

0 comments on commit bb2db64

Please sign in to comment.