diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7f0e78f367..f1abb00c08 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -935,13 +935,13 @@ jobs: echo "${{ steps.extract_github.outputs.head_in_branch }}" - name: Download artifact from this branch - uses: dawidd6/action-download-artifact@v9 + uses: dawidd6/action-download-artifact@v10 with: name: measurements-${{ env.MEASUREMENTS_ID }} run_id: ${{ github.run_id }} - name: Download master artifact - uses: dawidd6/action-download-artifact@v9 + uses: dawidd6/action-download-artifact@v10 with: workflow: ci.yml branch: master