Skip to content

Commit eb6b364

Browse files
Bump actions/download-artifact from 6.0.0 to 7.0.0 (#277)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 9fade20 commit eb6b364

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.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@v6.0.0
150+
uses: actions/download-artifact@v7.0.0
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@v6.0.0
97+
uses: actions/download-artifact@v7.0.0
9898
with:
9999
# artifact name is derived in python-package-create.yml
100100
name: "Packages-briefcase"

0 commit comments

Comments
 (0)