Skip to content

Commit 7ec96c7

Browse files
Bump actions/download-artifact from 4.3.0 to 5.0.0 (#312)
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4.3.0 to 5.0.0. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v4.3.0...v5.0.0) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent d9eeafc commit 7ec96c7

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/ci.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ jobs:
133133
- uses: actions/[email protected]
134134

135135
- name: Get build artifact
136-
uses: actions/download-artifact@v4.3.0
136+
uses: actions/download-artifact@v5.0.0
137137
with:
138138
pattern: Python-${{ needs.config.outputs.PYTHON_VER }}-${{ matrix.platform }}-support.${{ needs.config.outputs.BUILD_NUMBER }}.tar.gz
139139
path: dist
@@ -177,7 +177,7 @@ jobs:
177177
- uses: actions/[email protected]
178178

179179
- name: Get build artifact
180-
uses: actions/download-artifact@v4.3.0
180+
uses: actions/download-artifact@v5.0.0
181181
with:
182182
pattern: Python-${{ needs.config.outputs.PYTHON_VER }}-${{ matrix.platform }}-support.${{ needs.config.outputs.BUILD_NUMBER }}.tar.gz
183183
path: dist
@@ -233,7 +233,7 @@ jobs:
233233
- uses: actions/[email protected]
234234

235235
- name: Get build artifact
236-
uses: actions/download-artifact@v4.3.0
236+
uses: actions/download-artifact@v5.0.0
237237
with:
238238
pattern: Python-${{ needs.config.outputs.PYTHON_VER }}-${{ matrix.platform }}-support.${{ needs.config.outputs.BUILD_NUMBER }}.tar.gz
239239
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@v4.3.0
43+
uses: actions/download-artifact@v5.0.0
4444
with:
4545
pattern: Python-*
4646
path: dist

0 commit comments

Comments
 (0)