Skip to content

Commit c707e94

Browse files
CI: Bump actions/upload-artifact from 5 to 6
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 5 to 6. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v5...v6) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent f0e8b9e commit c707e94

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)