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 f758021 + 8b75ced commit 796ea69Copy full SHA for 796ea69
.github/workflows/macvim-buildtest.yaml
@@ -413,7 +413,7 @@ jobs:
413
# and add pictures to make them look nice.
414
- name: Upload MacVim image
415
if: inputs.publish && (startsWith(github.ref, 'refs/tags/') || github.ref == 'refs/heads/master')
416
- uses: actions/upload-artifact@v5
+ uses: actions/upload-artifact@v6
417
with:
418
name: MacVim${{ inputs.publish_postfix }}.dmg
419
path: src/MacVim/build/Release/MacVim${{ inputs.publish_postfix }}.dmg
0 commit comments