Skip to content

Commit 1513725

Browse files
authored
Merge pull request #79 from redis/dependabot/github_actions/actions/upload-artifact-5
ci(deps): bump actions/upload-artifact from 4 to 5
2 parents 46761b7 + d7a8e22 commit 1513725

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)