Skip to content

Commit 8853637

Browse files
authored
Merge pull request #60 from arup-group/dependabot/github_actions/dawidd6/action-download-artifact-7
Bump dawidd6/action-download-artifact from 6 to 7
2 parents 5d32437 + cf49116 commit 8853637

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/conda-upload.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747

4848
- name: Download built conda package from another workflow
4949
if: inputs.build_workflow != ''
50-
uses: dawidd6/action-download-artifact@v6
50+
uses: dawidd6/action-download-artifact@v7
5151
with:
5252
name: ${{ env.PACKAGENAME }}
5353
name_is_regexp: true

.github/workflows/pip-upload.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
4949
- name: Download built package from another workflow
5050
if: inputs.build_workflow != ''
51-
uses: dawidd6/action-download-artifact@v6
51+
uses: dawidd6/action-download-artifact@v7
5252
with:
5353
name: ${{ env.PACKAGENAME }}
5454
workflow: ${{ inputs.build_workflow }}

0 commit comments

Comments
 (0)