Skip to content

Commit 1c2206e

Browse files
committed
2 parents 8377a98 + adadd14 commit 1c2206e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/debug-wheel-build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
uses: actions/setup-python@v4
6262
with:
6363
python-version: ${{ matrix.python-version }}
64-
- uses: actions/download-artifact@v3
64+
- uses: actions/download-artifact@v4.1.7
6565
with:
6666
name: dist
6767
path: dist/

.github/workflows/mse_tool.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
runs-on: ubuntu-latest
6060
needs: "build-tool"
6161
steps:
62-
- uses: actions/download-artifact@v3
62+
- uses: actions/download-artifact@v4.1.7
6363
with:
6464
path: artifacts/
6565
- name: List Artifacts and Package

.github/workflows/pythonpublish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
uses: actions/setup-python@v4
6565
with:
6666
python-version: ${{ matrix.python-version }}
67-
- uses: actions/download-artifact@v4
67+
- uses: actions/download-artifact@v4.1.7
6868
with:
6969
name: dist
7070
path: dist/

0 commit comments

Comments
 (0)