Skip to content

Commit d7a8e22

Browse files
ci(deps): bump actions/upload-artifact from 4 to 5
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 5. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v4...v5) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 46761b7 commit d7a8e22

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
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/

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@
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/

0 commit comments

Comments
 (0)