Skip to content

Commit 0a302ba

Browse files
fix(deps): update actions/download-artifact action to v5 (#156)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent c1fb7ea commit 0a302ba

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,12 +46,12 @@ jobs:
4646
fetch-depth: 0
4747
persist-credentials: false
4848
- name: Download Conda Artifacts
49-
uses: actions/download-artifact@v4
49+
uses: actions/download-artifact@v5
5050
with:
5151
name: conda_artifacts
5252
path: ${{ env.CONDA_OUTPUT_DIR }}
5353
- name: Download Wheel Artifacts
54-
uses: actions/download-artifact@v4
54+
uses: actions/download-artifact@v5
5555
with:
5656
name: wheel_artifacts
5757
path: ${{ env.WHEEL_OUTPUT_DIR }}

0 commit comments

Comments
 (0)