Skip to content

Commit 68153a8

Browse files
authored
Update actions/download-artifact to v4 in deploy.yml. (#131)
1 parent 788c96c commit 68153a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464

6565
steps:
6666
- name: Download packages built by build-and-inspect-python-package
67-
uses: actions/download-artifact@v3
67+
uses: actions/download-artifact@v4
6868
with:
6969
name: Packages
7070
path: dist

0 commit comments

Comments
 (0)