Skip to content

Commit a6a6370

Browse files
dependabot[bot]freakboy3742
authored andcommitted
Bump actions/download-artifact from 6.0.0 to 7.0.0 (#330)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 88e5f8d commit a6a6370

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ jobs:
151151
sudo xcode-select --switch /Applications/Xcode_16.4.app
152152
153153
- name: Get build artifact
154-
uses: actions/download-artifact@v6.0.0
154+
uses: actions/download-artifact@v7.0.0
155155
with:
156156
pattern: Python-${{ needs.config.outputs.PYTHON_VER }}-${{ matrix.platform }}-support.${{ needs.config.outputs.BUILD_NUMBER }}.tar.gz
157157
path: dist
@@ -199,7 +199,7 @@ jobs:
199199
- uses: actions/checkout@v6
200200

201201
- name: Get build artifact
202-
uses: actions/download-artifact@v6.0.0
202+
uses: actions/download-artifact@v7.0.0
203203
with:
204204
pattern: Python-${{ needs.config.outputs.PYTHON_VER }}-${{ matrix.platform }}-support.${{ needs.config.outputs.BUILD_NUMBER }}.tar.gz
205205
path: dist
@@ -264,7 +264,7 @@ jobs:
264264
- uses: actions/checkout@v6
265265

266266
- name: Get build artifact
267-
uses: actions/download-artifact@v6.0.0
267+
uses: actions/download-artifact@v7.0.0
268268
with:
269269
pattern: Python-${{ needs.config.outputs.PYTHON_VER }}-${{ matrix.platform }}-support.${{ needs.config.outputs.BUILD_NUMBER }}.tar.gz
270270
path: dist

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
needs: [ config, ci ]
4141
steps:
4242
- name: Get build artifacts
43-
uses: actions/download-artifact@v6.0.0
43+
uses: actions/download-artifact@v7.0.0
4444
with:
4545
pattern: Python-*
4646
path: dist

0 commit comments

Comments
 (0)