Revert download-artifact action to v4.1.3

* attempts to correct empty GH releases being published

change-type: patch
This commit is contained in:
Anton Belodedenko 2024-07-01 11:48:35 -07:00 committed by GitHub
parent 5358f92590
commit 625f5c8dcc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -28,7 +28,7 @@ runs:
using: 'composite'
steps:
- name: Download custom source artifact
uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4.1.7
uses: actions/download-artifact@87c55149d96e628cc2ef7e6fc2aab372015aec85 # v4.1.3
with:
name: custom-${{ github.event.pull_request.head.sha || github.event.head_commit.id }}-${{ runner.os }}-${{ runner.arch }}
path: ${{ runner.temp }}