diff --git a/.github/workflows/secrets-scan.yml b/.github/workflows/secrets-scan.yml index 865eb30..107185f 100644 --- a/.github/workflows/secrets-scan.yml +++ b/.github/workflows/secrets-scan.yml @@ -25,7 +25,7 @@ jobs: echo {{steps.scan.outputs.found-count}} && \ core.setFailed('Secrets found. Please check the uploaded report') - name: Upload scan reports - uses: actions/upload-artifact@v4.3.1 + uses: actions/upload-artifact@v4.3.3 if: failure() with: name: whispers-report