Skip to content

Commit 9428dbc

Browse files
committed
publish package action to use download-artifact v4 instead of v3
1 parent aa1cad9 commit 9428dbc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/package_workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
if: ${{ github.event.workflow_run.conclusion == 'success' }}
2020
steps:
2121
- uses: actions/checkout@v4
22-
- uses: actions/download-artifact@v3
22+
- uses: actions/download-artifact@v4
2323
with:
2424
name: python-package-distributions
2525
path: dist/

0 commit comments

Comments
 (0)