Revert "deps: update actions/download-artifact action to v4 (#2753)" (#2767)

This reverts commit b550c92ac9.
This commit is contained in:
Daniel Weiße 2023-12-21 15:44:40 +01:00 committed by GitHub
parent 8644b958ea
commit 945152d049
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -28,7 +28,7 @@ runs:
run: echo "directory=$(mktemp -d)" >> "$GITHUB_OUTPUT"
- name: Download the artifact
uses: actions/download-artifact@f44cd7b40bfd40b6aa1cc1b9b5b7bf03d3c67110 # v4
uses: actions/download-artifact@v3
with:
name: ${{ inputs.name }}
path: ${{ steps.tempdir.outputs.directory }}