We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b448a7 commit a300938Copy full SHA for a300938
.github/workflows/appimage.yml
@@ -37,7 +37,7 @@ jobs:
37
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/master' && github.repository == 'linux-nvme/nvme-cli' }}
38
steps:
39
- name: Download artifact
40
- uses: dawidd6/action-download-artifact@v3
+ uses: dawidd6/action-download-artifact@v5
41
with:
42
workflow: ${{ github.event.workflow_run.workflow_id }}
43
workflow_conclusion: success
0 commit comments