Skip to content

Commit

Permalink
[GHA] Use v4 for download artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
BoykoAlex committed Feb 5, 2025
1 parent 66955cb commit a685ed6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/create-gh-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit a685ed6

Please sign in to comment.