Skip to content

Commit

Permalink
Merge pull request #80 from beeware/dependabot/github_actions/actions…
Browse files Browse the repository at this point in the history
…/download-artifact-4.1.1

Bump actions/download-artifact from 4.1.0 to 4.1.1
  • Loading branch information
freakboy3742 authored Jan 11, 2024
2 parents 61d88c1 + a7d1ce2 commit 0a8932a
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 @@ -120,7 +120,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/[email protected].0
uses: actions/[email protected].1
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/[email protected].0
uses: actions/[email protected].1
with:
name: packages-briefcase
path: dist
Expand Down

0 comments on commit 0a8932a

Please sign in to comment.