Skip to content

Commit 0a5bbd8

Browse files
committed
fix: use download-artifact@v4
1 parent b1b6c94 commit 0a5bbd8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/cd.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ jobs:
9292
if: 'startsWith(github.ref, ''refs/tags/'')'
9393
needs: [linux, windows, macos]
9494
steps:
95-
- uses: actions/download-artifact@v3
95+
- uses: actions/download-artifact@v4
9696
with:
9797
path: dist
9898
- name: Create Release
@@ -119,7 +119,7 @@ jobs:
119119
if: startsWith(github.ref, 'refs/tags/')
120120
needs: [linux, windows, macos]
121121
steps:
122-
- uses: actions/download-artifact@v3
122+
- uses: actions/download-artifact@v4
123123
with:
124124
path: dist
125125
- name: Publish to PyPI

0 commit comments

Comments
 (0)