1
0
Fork 0
mirror of https://github.com/nix-community/nixvim.git synced 2025-12-19 23:41:13 +01:00

ci: bump actions/download-artifact from 6 to 7

Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 6 to 7.
- [Release notes](https://github.com/actions/download-artifact/releases)
- [Commits](https://github.com/actions/download-artifact/compare/v6...v7)

---
updated-dependencies:
- dependency-name: actions/download-artifact
  dependency-version: '7'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2025-12-15 22:34:19 +00:00 committed by Gaétan Lepage
parent 009a661a34
commit bdc41e4133

View file

@ -119,7 +119,7 @@ jobs:
steps:
- name: Download artifacts
uses: actions/download-artifact@v6
uses: actions/download-artifact@v7
with:
path: ${{ env.in }}
pattern: "*-docs"