We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c9c0e90 commit 94a73baCopy full SHA for 94a73ba
.github/workflows/publish-package.yaml
@@ -68,7 +68,7 @@ jobs:
68
if: matrix.python-version == 3.11
69
70
- name: Upload distribution package
71
- uses: actions/upload-artifact@master
+ uses: actions/upload-artifact@v2
72
with:
73
name: dist-package-${{ matrix.python-version }}
74
path: dist
0 commit comments