Skip to content

Commit 0f12883

Browse files
authored
Merge pull request #30 from dongbeiouba/fix/ci20250622
Fix actions/download-artifact error
2 parents 933c2e1 + 5ef8672 commit 0f12883

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ jobs:
237237
if: ${{ always() }}
238238
- name: Download coverage data
239239
if: ${{ always() }}
240-
uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
240+
uses: actions/download-artifact@v4
241241
with:
242242
pattern: coverage-data-*
243243
merge-multiple: true

.github/workflows/wheel-builder.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ jobs:
8888
- name: Install Python dependencies
8989
run: .venv/bin/pip install --require-hashes -r ${{ env.BUILD_REQUIREMENTS_PATH }}
9090

91-
- uses: actions/download-artifact@v4.1.8
91+
- uses: actions/download-artifact@v4
9292
with:
9393
name: tongsuopy-sdist
9494
- run: mkdir tmpwheelhouse
@@ -157,7 +157,7 @@ jobs:
157157
sparse-checkout: |
158158
${{ env.BUILD_REQUIREMENTS_PATH }}
159159
sparse-checkout-cone-mode: false
160-
- uses: actions/download-artifact@v4.1.8
160+
- uses: actions/download-artifact@v4
161161
with:
162162
name: tongsuopy-sdist
163163
path: ${{ github.workspace }}
@@ -268,7 +268,7 @@ jobs:
268268
sparse-checkout: |
269269
${{ env.BUILD_REQUIREMENTS_PATH }}
270270
sparse-checkout-cone-mode: false
271-
- uses: actions/download-artifact@v3.0.1
271+
- uses: actions/download-artifact@v4
272272
with:
273273
name: tongsuopy-sdist
274274

@@ -358,7 +358,7 @@ jobs:
358358
sparse-checkout: |
359359
${{ env.BUILD_REQUIREMENTS_PATH }}
360360
sparse-checkout-cone-mode: false
361-
- uses: actions/download-artifact@v3.0.1
361+
- uses: actions/download-artifact@v4
362362
with:
363363
name: tongsuopy-sdist
364364
- name: Setup python

0 commit comments

Comments
 (0)