We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6cfc467 commit e54b2dfCopy full SHA for e54b2df
.github/workflows/upload.yml
@@ -46,7 +46,7 @@ jobs:
46
needs: build-static
47
if: ${{ github.event_name == 'push' || github.event_name == 'release' }}
48
steps:
49
- - uses: actions/download-artifact@v4
+ - uses: actions/download-artifact@v5
50
with:
51
name: nvme-cli
52
path: upload
@@ -73,7 +73,7 @@ jobs:
73
VERSION: ${{ needs.build-static.outputs.VERSION }}
74
if: ${{ github.event_name == 'release' }}
75
76
77
78
79
0 commit comments