Skip to content

Commit 8fc0482

Browse files
committed
Removed artifact name
1 parent f0f153e commit 8fc0482

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

.github/workflows/deploy-test-pypi.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,6 @@ jobs:
188188
steps:
189189
- uses: actions/download-artifact@v4
190190
with:
191-
name: artifact
192191
pattern: artifact-*
193192
merge-multiple: true
194193
path: dist

.github/workflows/deploy.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,6 @@ jobs:
191191
steps:
192192
- uses: actions/download-artifact@v4
193193
with:
194-
name: artifact
195194
pattern: artifact-*
196195
merge-multiple: true
197196
path: dist

0 commit comments

Comments
 (0)