diff --git a/.github/workflows/run-syne-tune.yml b/.github/workflows/run-syne-tune.yml index 585863c42..dcb44b127 100644 --- a/.github/workflows/run-syne-tune.yml +++ b/.github/workflows/run-syne-tune.yml @@ -67,7 +67,7 @@ jobs: run: python -m pip install -e '.[${{ inputs.extras-require }}]' - name: Download artifact (must have been previously uploaded via actions/upload-artifact) if: ${{ inputs.download-artifact-path != '' }} - uses: actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a # v3.0.2 + uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4.1.7 with: name: ${{ inputs.download-artifact-name }} path: ${{ inputs.download-artifact-path }}