Skip to content

Commit aa7dffb

Browse files
authored
ci: upgrade upload-artifact to v4
1 parent 6e2ab44 commit aa7dffb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
CIBW_ARCHS_MACOS: "x86_64 arm64"
3636
PIP_EXTRA_INDEX_URL: "https://download.pytorch.org/whl/cpu"
3737

38-
- uses: actions/upload-artifact@v2
38+
- uses: actions/upload-artifact@v4
3939
with:
4040
path: ./wheelhouse/*.whl
4141

@@ -48,7 +48,7 @@ jobs:
4848
- name: Build sdist
4949
run: pipx run build --sdist
5050

51-
- uses: actions/upload-artifact@v2
51+
- uses: actions/upload-artifact@v4
5252
with:
5353
path: dist/*.tar.gz
5454

0 commit comments

Comments
 (0)