Skip to content

Commit

Permalink
Merge pull request #129 from beeware/dependabot/github_actions/action…
Browse files Browse the repository at this point in the history
…s/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 f5151e0 + 38216d3 commit 781be09
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.5
uses: actions/download-artifact@v4.1.7
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.5
uses: actions/download-artifact@v4.1.7
with:
name: packages-briefcase
path: dist
Expand Down

0 comments on commit 781be09

Please sign in to comment.