Skip to content

Commit

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

Bump actions/download-artifact from 4.1.7 to 4.1.8
  • Loading branch information
freakboy3742 committed Jul 11, 2024
2 parents 5ee71dc + 35769dd commit e66d1a1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
python-version: ${{ matrix.python-version }}

- name: Get Packages
uses: actions/download-artifact@v4.1.7
uses: actions/download-artifact@v4.1.8
with:
name: ${{ needs.package.outputs.artifact-name }}
path: dist
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
python-version: "3.x"

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

0 comments on commit e66d1a1

Please sign in to comment.