Skip to content

Commit 0670b17

Browse files
authored
fix: Update download-artifact action version (#22)
1 parent 43e7e68 commit 0670b17

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/workflow.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ jobs:
135135
id-token: write
136136
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
137137
steps:
138-
- uses: actions/download-artifact@v3
138+
- uses: actions/download-artifact@v4
139139
with:
140140
name: wheels
141141
path: dist

0 commit comments

Comments
 (0)