Skip to content

Commit 0170991

Browse files
chore(deps): update github artifact actions (major) (#170)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 0492d25 commit 0170991

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/build-test.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- run: ./ci/build-test/conda.sh
2020
env:
2121
RELEASE_VERSION: ${{ inputs.release_version }}
22-
- uses: actions/upload-artifact@v4
22+
- uses: actions/upload-artifact@v5
2323
with:
2424
name: conda_artifacts
2525
path: ${{ env.OUTPUT_DIR }}
@@ -34,7 +34,7 @@ jobs:
3434
- run: ./ci/build-test/wheel.sh
3535
env:
3636
RELEASE_VERSION: ${{ inputs.release_version }}
37-
- uses: actions/upload-artifact@v4
37+
- uses: actions/upload-artifact@v5
3838
with:
3939
name: wheel_artifacts
4040
path: ${{ env.OUTPUT_DIR }}

.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@v5
49+
uses: actions/download-artifact@v6
5050
with:
5151
name: conda_artifacts
5252
path: ${{ env.CONDA_OUTPUT_DIR }}
5353
- name: Download Wheel Artifacts
54-
uses: actions/download-artifact@v5
54+
uses: actions/download-artifact@v6
5555
with:
5656
name: wheel_artifacts
5757
path: ${{ env.WHEEL_OUTPUT_DIR }}

0 commit comments

Comments
 (0)