diff --git a/.github/workflows/cron-scan-images-daily.yaml b/.github/workflows/cron-scan-images-daily.yaml index 45a8183445..c246de7a66 100644 --- a/.github/workflows/cron-scan-images-daily.yaml +++ b/.github/workflows/cron-scan-images-daily.yaml @@ -72,7 +72,7 @@ jobs: if: ${{ failure() }} steps: - name: Download artifacts - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: path: scan-results/ - name: Collect results