[GHA] Use v4 for download artifact

This commit is contained in:
aboyko
2025-02-05 10:08:00 -05:00
parent 66955cb327
commit a685ed669f

View File

@@ -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 }}