1
0
mirror of https://github.com/momo5502/hypervisor.git synced 2026-03-28 14:33:02 +00:00

Compare commits

..

2 Commits

Author SHA1 Message Date
Maurice Heumann
ebd608818c Merge pull request #21 from momo5502/dependabot/github_actions/actions/upload-artifact-7
Bump actions/upload-artifact from 6 to 7
2026-03-01 11:09:09 +01:00
dependabot[bot]
5ef31e13d6 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](https://github.com/actions/upload-artifact/compare/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] <support@github.com>
2026-03-01 09:44:20 +00:00

View File

@@ -49,7 +49,7 @@ jobs:
run: cmake --build --preset=${{matrix.configuration}}
- name: Upload ${{matrix.configuration}} binaries
uses: actions/upload-artifact@v6
uses: actions/upload-artifact@v7
with:
name: ${{matrix.configuration}} binaries
path: |