Skip to content

Commit b672a41

Browse files
Bump actions/download-artifact from 8.0.0 to 8.0.1 (#318)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent acd4701 commit b672a41

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/app-build-verify.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ jobs:
147147
- name: Get Briefcase Packages
148148
# Briefcase will build and package itself in a previous step in its CI
149149
if: endsWith(inputs.repository, 'briefcase')
150-
uses: actions/download-artifact@v8.0.0
150+
uses: actions/download-artifact@v8.0.1
151151
with:
152152
# artifact name is derived in python-package-create.yml
153153
pattern: "Packages-briefcase*"

.github/workflows/app-create-verify.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ jobs:
9494
- name: Get Briefcase Package
9595
# Briefcase will build and package itself in a previous step in its CI
9696
if: endsWith(inputs.repository, 'briefcase')
97-
uses: actions/download-artifact@v8.0.0
97+
uses: actions/download-artifact@v8.0.1
9898
with:
9999
# artifact name is derived in python-package-create.yml
100100
name: "Packages-briefcase"

0 commit comments

Comments
 (0)