Skip to content

Commit

Permalink
Merge pull request #1466 from macvim-dev/dependabot/github_actions/ac…
Browse files Browse the repository at this point in the history
…tions/upload-artifact-4

build(deps): bump actions/upload-artifact from 3 to 4
  • Loading branch information
ychin committed Dec 18, 2023
2 parents 9e586e1 + e676ef5 commit 1a8aef0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-macvim.yaml
Expand Up @@ -360,7 +360,7 @@ jobs:
- name: Upload MacVim image
if: startsWith(github.ref, 'refs/tags/') && matrix.publish
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: MacVim${{ matrix.publish_postfix }}.dmg
path: src/MacVim/build/Release/MacVim${{ matrix.publish_postfix }}.dmg

0 comments on commit 1a8aef0

Please sign in to comment.