We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa7f796 commit 1947e20Copy full SHA for 1947e20
.github/workflows/build.yaml
@@ -58,7 +58,7 @@ jobs:
58
cat ${{ steps.output.outputs.filename }}
59
- run: pip install pytest
60
- run: pytest tests/test_import.py
61
- - uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
+ - uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
62
with:
63
name: ${{ steps.output.outputs.filename }}
64
path: ${{ steps.output.outputs.filename }}
0 commit comments