File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 7575 uv run bandit -r src/
7676
7777 - name : ⚙️ Upload security reports
78- uses : actions/upload-artifact@v4
78+ uses : actions/upload-artifact@v5
7979 if : always()
8080 with :
8181 name : security-reports
@@ -234,7 +234,7 @@ jobs:
234234 redis-mcp-server --help
235235
236236 - name : ⚙️ Upload build artifacts
237- uses : actions/upload-artifact@v4
237+ uses : actions/upload-artifact@v5
238238 with :
239239 name : dist-files
240240 path : dist/
Original file line number Diff line number Diff line change 237237 echo "✅ Package is ready for publishing to ${{ github.event.inputs.environment || 'pypi' }}"
238238
239239 - name : ⚙️ Upload build artifacts
240- uses : actions/upload-artifact@v4
240+ uses : actions/upload-artifact@v5
241241 with :
242242 name : dist-${{ needs.validate-release.outputs.version }}
243243 path : dist/
You can’t perform that action at this time.
0 commit comments