Skip to content

Commit 796ea69

Browse files
authored
Merge pull request #1620 from macvim-dev/dependabot/github_actions/actions/upload-artifact-6
CI: Bump actions/upload-artifact from 5 to 6
2 parents f758021 + 8b75ced commit 796ea69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/macvim-buildtest.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -413,7 +413,7 @@ jobs:
413413
# and add pictures to make them look nice.
414414
- name: Upload MacVim image
415415
if: inputs.publish && (startsWith(github.ref, 'refs/tags/') || github.ref == 'refs/heads/master')
416-
uses: actions/upload-artifact@v5
416+
uses: actions/upload-artifact@v6
417417
with:
418418
name: MacVim${{ inputs.publish_postfix }}.dmg
419419
path: src/MacVim/build/Release/MacVim${{ inputs.publish_postfix }}.dmg

0 commit comments

Comments
 (0)