Skip to content

Commit b1423e7

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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/macvim-buildtest.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -431,7 +431,7 @@ jobs:
431431
# and add pictures to make them look nice.
432432
- name: Upload MacVim image
433433
if: inputs.publish && (startsWith(github.ref, 'refs/tags/') || github.ref == 'refs/heads/master')
434-
uses: actions/upload-artifact@v6
434+
uses: actions/upload-artifact@v7
435435
with:
436436
name: MacVim${{ inputs.publish_postfix }}.dmg
437437
path: src/MacVim/build/Release/MacVim${{ inputs.publish_postfix }}.dmg

0 commit comments

Comments
 (0)