diff --git a/.github/workflows/reverse_engineering.yml b/.github/workflows/reverse_engineering.yml index 8094b44583..296c94de16 100644 --- a/.github/workflows/reverse_engineering.yml +++ b/.github/workflows/reverse_engineering.yml @@ -128,7 +128,7 @@ jobs: - name: Download results if: ${{ needs.collect_info.outputs.latest_version != env.current_version || inputs.overrideBenchmark == 'true' || env.analyze_vulnerabilities == 'true' }} - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4.1.7 with: name: retriever path: results @@ -185,7 +185,7 @@ jobs: - name: Download artifact id: download_artifact - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4.1.7 continue-on-error: true with: name: to_commit