We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 733ad00 commit bb99047Copy full SHA for bb99047
.github/workflows/dist.yml
@@ -49,7 +49,7 @@ jobs:
49
release_name: Release ${{ steps.extract_version.outputs.version }}
50
draft: true
51
prerelease: false
52
- - uses: actions/download-artifact@v3
+ - uses: actions/download-artifact@v4.1.7
53
- name: Display structure of downloaded files
54
run: ls -R
55
- name: Upload rz-ghidra src tarball
0 commit comments