mirror of
https://github.com/NotAShelf/nvf.git
synced 2024-11-01 19:11:15 +00:00
Merge pull request #188 from NotAShelf/dependabot/github_actions/actions/upload-artifact-4
chore(deps): bump actions/upload-artifact from 3 to 4
This commit is contained in:
commit
1b802baff2
1 changed files with 1 additions and 1 deletions
2
.github/workflows/check-docs.yml
vendored
2
.github/workflows/check-docs.yml
vendored
|
@ -40,7 +40,7 @@ jobs:
|
|||
run: nix build .#${{ matrix.package }} --print-build-logs
|
||||
|
||||
- name: Upload doc artifacts
|
||||
uses: actions/upload-artifact@v3
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: doc
|
||||
path: result/share/doc/neovim-flake/
|
||||
|
|
Loading…
Reference in a new issue