We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 66955cb commit a685ed6Copy full SHA for a685ed6
.github/workflows/create-gh-release.yml
@@ -48,7 +48,7 @@ jobs:
48
steps:
49
- name: Checkout code
50
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9
51
- - uses: actions/download-artifact@cbed621e49e4c01b044d60f6c80ea4ed6328b281
+ - uses: actions/download-artifact@v4
52
with:
53
name: changelog-${{ inputs.version }}-${{ github.run_id }}.md
54
path: ${{ github.workspace }}
0 commit comments