We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 78b6726 commit e514f72Copy full SHA for e514f72
.github/workflows/build_pypi.yml
@@ -110,7 +110,7 @@ jobs:
110
111
- name: Upload to artifact
112
if: always()
113
- uses: actions/upload-artifact@v6
+ uses: actions/upload-artifact@v7
114
with:
115
name: Dist
116
path: dist/
.github/workflows/gitleaks.yml
@@ -77,7 +77,7 @@ jobs:
77
78
- name: Upload test results
79
if: failure()
80
81
82
name: GitLeaks results
83
path: results.sarif
0 commit comments