We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1971950 commit a862696Copy full SHA for a862696
1 file changed
.github/workflows/main.yml
@@ -51,10 +51,10 @@ jobs:
51
_build/src/RelWithDebInfo/ectool.pdb
52
53
- name: upload windows artifact
54
- uses: actions/upload-release-asset@v1
+ uses: actions/upload-release-asset@v4
55
env:
56
GITHUB_TOKEN: ${{ github.token }}
57
with:
58
upload_url: ${{ steps.create_release.outputs.upload_url }}
59
- asset_content_type: application/zip
+
60
0 commit comments