Skip to content

Commit a685ed6

Browse files
committed
[GHA] Use v4 for download artifact
1 parent 66955cb commit a685ed6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/create-gh-release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
steps:
4949
- name: Checkout code
5050
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9
51-
- uses: actions/download-artifact@cbed621e49e4c01b044d60f6c80ea4ed6328b281
51+
- uses: actions/download-artifact@v4
5252
with:
5353
name: changelog-${{ inputs.version }}-${{ github.run_id }}.md
5454
path: ${{ github.workspace }}

0 commit comments

Comments
 (0)