Skip to content

Commit d0d980b

Browse files
committed
chore: Upgrade actions/upload-artifact from v3 to v4 in CI workflow for improved artifact handling
1 parent fd8c291 commit d0d980b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ jobs:
8989
run: twine check dist/*
9090

9191
- name: Upload build artifacts
92-
uses: actions/upload-artifact@v3
92+
uses: actions/upload-artifact@v4
9393
with:
9494
name: python-package-distributions
9595
path: dist/
@@ -121,7 +121,7 @@ jobs:
121121
bandit -r voltagent/ || true
122122
123123
- name: Upload security reports
124-
uses: actions/upload-artifact@v3
124+
uses: actions/upload-artifact@v4
125125
if: always()
126126
with:
127127
name: security-reports

0 commit comments

Comments
 (0)