Skip to content

Commit c70bf99

Browse files
authored
Merge pull request #1608 from macvim-dev/dependabot/github_actions/actions/upload-artifact-5
CI: Bump actions/upload-artifact from 4 to 5
2 parents 7249b1f + ec35839 commit c70bf99

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
@@ -405,7 +405,7 @@ jobs:
405405
# and add pictures to make them look nice.
406406
- name: Upload MacVim image
407407
if: inputs.publish && (startsWith(github.ref, 'refs/tags/') || github.ref == 'refs/heads/master')
408-
uses: actions/upload-artifact@v4
408+
uses: actions/upload-artifact@v5
409409
with:
410410
name: MacVim${{ inputs.publish_postfix }}.dmg
411411
path: src/MacVim/build/Release/MacVim${{ inputs.publish_postfix }}.dmg

0 commit comments

Comments
 (0)