Skip to content

Commit

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

Bump actions/download-artifact from 4.1.4 to 4.1.5
  • Loading branch information
freakboy3742 committed Apr 22, 2024
2 parents 64cd183 + 1fcfff2 commit 504ace0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/app-build-verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ jobs:
- name: Get Briefcase Packages
# Briefcase will build and package itself in a previous step in its CI
if: endsWith(inputs.repository, 'briefcase')
uses: actions/download-artifact@v4.1.4
uses: actions/download-artifact@v4.1.5
with:
name: packages-briefcase
path: dist
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/app-create-verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:
- name: Get Briefcase Package
# Briefcase will build and package itself in a previous step in its CI
if: endsWith(github.repository, 'briefcase')
uses: actions/download-artifact@v4.1.4
uses: actions/download-artifact@v4.1.5
with:
name: packages-briefcase
path: dist
Expand Down

0 comments on commit 504ace0

Please sign in to comment.