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.
2 parents 7249b1f + ec35839 commit c70bf99Copy full SHA for c70bf99
.github/workflows/macvim-buildtest.yaml
@@ -405,7 +405,7 @@ jobs:
405
# and add pictures to make them look nice.
406
- name: Upload MacVim image
407
if: inputs.publish && (startsWith(github.ref, 'refs/tags/') || github.ref == 'refs/heads/master')
408
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@v5
409
with:
410
name: MacVim${{ inputs.publish_postfix }}.dmg
411
path: src/MacVim/build/Release/MacVim${{ inputs.publish_postfix }}.dmg
0 commit comments