Skip to content

Commit 94a73ba

Browse files
committed
Fix bug workflow
1 parent c9c0e90 commit 94a73ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-package.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
if: matrix.python-version == 3.11
6969

7070
- name: Upload distribution package
71-
uses: actions/upload-artifact@master
71+
uses: actions/upload-artifact@v2
7272
with:
7373
name: dist-package-${{ matrix.python-version }}
7474
path: dist

0 commit comments

Comments
 (0)