We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 68050eb commit 7a90df9Copy full SHA for 7a90df9
.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@v5
+ uses: dawidd6/action-download-artifact@v6
41
with:
42
workflow: ${{ github.event.workflow_run.workflow_id }}
43
workflow_conclusion: success
0 commit comments