[GHA] Use v4 for download artifact
This commit is contained in:
2
.github/workflows/create-gh-release.yml
vendored
2
.github/workflows/create-gh-release.yml
vendored
@@ -48,7 +48,7 @@ jobs:
|
||||
steps:
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9
|
||||
- uses: actions/download-artifact@cbed621e49e4c01b044d60f6c80ea4ed6328b281
|
||||
- uses: actions/download-artifact@v4
|
||||
with:
|
||||
name: changelog-${{ inputs.version }}-${{ github.run_id }}.md
|
||||
path: ${{ github.workspace }}
|
||||
|
||||
Reference in New Issue
Block a user