File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff 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*"
Original file line number Diff line number Diff line change 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"
You can’t perform that action at this time.
0 commit comments