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 1d68f2e commit fb0fae1Copy full SHA for fb0fae1
.github/workflows/build-pypi.yml
@@ -103,7 +103,7 @@ jobs:
103
104
- name: Upload to artifact
105
if: always()
106
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@v5
107
with:
108
name: Dist
109
path: dist/
.github/workflows/gitleaks.yml
@@ -63,7 +63,7 @@ jobs:
63
64
- name: Upload test results
65
if: failure()
66
67
68
name: GitLeaks results
69
path: results.sarif
0 commit comments