diff --git a/.github/workflows/security.yml b/.github/workflows/security.yml index 3a02d3d..14c2ae7 100644 --- a/.github/workflows/security.yml +++ b/.github/workflows/security.yml @@ -23,7 +23,7 @@ jobs: run: | gitleaks detect --source . --report-path gitleaks-report.json --verbose - name: 'Upload Security Reports' - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v6 with: name: security-reports path: | @@ -43,7 +43,7 @@ jobs: run: | find scripts -name '*.sh' -print0 | xargs -0 shellcheck --format=gcc --severity=warning - name: 'Upload Quality Reports' - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v6 with: name: code-quality-reports path: quality-reports/