We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd8c291 commit d0d980bCopy full SHA for d0d980b
1 file changed
.github/workflows/ci.yml
@@ -89,7 +89,7 @@ jobs:
89
run: twine check dist/*
90
91
- name: Upload build artifacts
92
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
93
with:
94
name: python-package-distributions
95
path: dist/
@@ -121,7 +121,7 @@ jobs:
121
bandit -r voltagent/ || true
122
123
- name: Upload security reports
124
125
if: always()
126
127
name: security-reports
0 commit comments