Skip to content

Commit f492b75

Browse files
committed
fix upload-artifact@v4
1 parent d756494 commit f492b75

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ jobs:
116116
bandit -r iglu_python/ -f json -o bandit-report.json || true
117117
118118
- name: Upload security reports
119-
uses: actions/upload-artifact@v3
119+
uses: actions/upload-artifact@v4
120120
if: always()
121121
with:
122122
name: security-reports

0 commit comments

Comments
 (0)