Skip to content

Commit

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

Bump actions/download-artifact from 4.1.7 to 4.1.8
  • Loading branch information
freakboy3742 authored Jul 11, 2024
2 parents b669d37 + 3c3577e commit 42f8ac6
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 @@ -118,7 +118,7 @@ jobs:
project-root: core

- name: Get Packages
uses: actions/download-artifact@v4.1.7
uses: actions/download-artifact@v4.1.8
with:
pattern: ${{ format('{0}-*', needs.package.outputs.artifact-basename) }}
merge-multiple: true
Expand Down Expand Up @@ -165,7 +165,7 @@ jobs:
project-root: core

- name: Retrieve Coverage Data
uses: actions/download-artifact@v4.1.7
uses: actions/download-artifact@v4.1.8
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 @@ -31,7 +31,7 @@ jobs:
echo "VERSION=${GITHUB_REF_NAME#v}" | tee -a $GITHUB_ENV
- name: Get Packages
uses: actions/download-artifact@v4.1.7
uses: actions/download-artifact@v4.1.8
with:
pattern: ${{ format('{0}-*', needs.ci.outputs.artifact-basename) }}
merge-multiple: true
Expand Down Expand Up @@ -72,7 +72,7 @@ jobs:
- "toga_winforms"
steps:
- name: Get Packages
uses: actions/download-artifact@v4.1.7
uses: actions/download-artifact@v4.1.8
with:
pattern: ${{ format('{0}-*', needs.ci.outputs.artifact-basename) }}
merge-multiple: true
Expand Down
1 change: 1 addition & 0 deletions changes/2698.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 42f8ac6

Please sign in to comment.