diff --git a/.github/workflows/semgrep.yml b/.github/workflows/semgrep.yml index 690b8ef..9ce2c12 100644 --- a/.github/workflows/semgrep.yml +++ b/.github/workflows/semgrep.yml @@ -98,7 +98,7 @@ jobs: core.setFailed('Semgrep found errors in Python files. Please check the uploaded report'); - name: Upload scan reports - uses: actions/upload-artifact@v4.3.5 + uses: actions/upload-artifact@v4.3.6 if: failure() with: name: semgrep-python-report