We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5da0635 commit 6909c58Copy full SHA for 6909c58
.github/workflows/release-drafter.yml
@@ -32,7 +32,7 @@ jobs:
32
if: github.event_name == 'push'
33
steps:
34
- name: Download artifact
35
- uses: actions/download-artifact@v1
+ uses: actions/download-artifact@v4.1.7
36
with:
37
name: ${{ github.event.repository.name }}
38
- id: release_info
0 commit comments