We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6861956 commit 4ed4949Copy full SHA for 4ed4949
.github/workflows/precommit.yml
@@ -22,7 +22,7 @@ jobs:
22
run: |
23
python3 setup.py sdist bdist_wheel
24
25
- - uses: actions/upload-artifact@v3
+ - uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
26
with:
27
name: wheel
28
path: ${{ github.workspace }}/**/*.whl
0 commit comments