Răsfoiți Sursa

Switch to better artifact download action

rugk 2 ani în urmă
părinte
comite
1d6a14ba14
1 a modificat fișierele cu 2 adăugiri și 1 ștergeri
  1. 2 1
      .github/workflows/tests.yml

+ 2 - 1
.github/workflows/tests.yml

@@ -162,8 +162,9 @@ jobs:
 
 
     steps:
     steps:
       - name: Download Artifacts
       - name: Download Artifacts
-        uses: actions/download-artifact@v4
+        uses: dawidd6/action-download-artifact@v3
         with:
         with:
+          run_id: ${{ github.event.workflow_run.id }}
           path: artifacts
           path: artifacts
 
 
       - name: Publish Test Results
       - name: Publish Test Results