Skip to content

Commit e143548

Browse files
committed
chore: Updated github actions to download-artifact@4
1 parent 016d349 commit e143548

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/python-build-test.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ jobs:
223223
steps:
224224
- uses: actions/checkout@v4
225225

226-
- uses: actions/download-artifact@v3
226+
- uses: actions/download-artifact@v4
227227
with:
228228
name: wheels
229229
path: dist
@@ -307,7 +307,7 @@ jobs:
307307
DEPLOYING_VERSION=$(echo "$NEW_VERSION" | perl -lpe 's/^python-//')
308308
find . -name Cargo.toml -exec tomlq -r .package.version {} \; | xargs -n 1 test "$DEPLOYING_VERSION" =
309309
find . -name pyproject.toml -exec tomlq -r .project.version {} \; | xargs -n 1 test "$DEPLOYING_VERSION" =
310-
- uses: actions/download-artifact@v3
310+
- uses: actions/download-artifact@v4
311311
id: download-wheels
312312
with:
313313
name: wheels

0 commit comments

Comments
 (0)