diff --git a/.github/workflows/entropy-beauty-comment.yml b/.github/workflows/entropy-beauty-comment.yml index d156baccc4..b2c1e11685 100644 --- a/.github/workflows/entropy-beauty-comment.yml +++ b/.github/workflows/entropy-beauty-comment.yml @@ -20,7 +20,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Download scan results - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v8 with: name: scan-results run-id: ${{ github.event.workflow_run.id }} diff --git a/.github/workflows/entropy-beauty-scan.yml b/.github/workflows/entropy-beauty-scan.yml index 16843d599c..4da9ca0094 100644 --- a/.github/workflows/entropy-beauty-scan.yml +++ b/.github/workflows/entropy-beauty-scan.yml @@ -111,7 +111,7 @@ jobs: issues: write steps: - name: Download summary - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v8 with: name: scan-results