Skip to content

Commit

Permalink
CI: Update actions/upload-artifact to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
chp-io committed Nov 7, 2024
1 parent 100d529 commit 5ffcd45
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/microv.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
make
shell: bash

- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v4
with:
name: microv_efi
path: |
Expand Down Expand Up @@ -103,7 +103,7 @@ jobs:
make
shell: bash

- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v4
with:
name: microv_efi_xen_readconsole
path: |
Expand Down Expand Up @@ -140,7 +140,7 @@ jobs:
make -j
shell: bash

- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v4
with:
name: microv_efi_debug
path: |
Expand Down Expand Up @@ -173,7 +173,7 @@ jobs:
make
shell: bash

- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v4
with:
name: microv_efi_noeth
path: |
Expand Down Expand Up @@ -210,7 +210,7 @@ jobs:
& msbuild /p:Configuration=Release /p:Platform=x64 /p:TargetVersion=Windows10 hypervisor.sln
shell: pwsh

- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v4
with:
name: microv_userspace
path: |
Expand Down Expand Up @@ -247,7 +247,7 @@ jobs:
& msbuild /p:Configuration=Release /p:Platform=x64 /p:TargetVersion=Windows10 hypervisor.sln
shell: pwsh

- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v4
with:
name: microv_userspace_debug
path: |
Expand Down Expand Up @@ -283,7 +283,7 @@ jobs:
.\build-all.ps1 -RegisterBasedAbi
shell: pwsh

- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v4
with:
name: microv_drivers
path: |
Expand Down Expand Up @@ -336,7 +336,7 @@ jobs:
.\build-all.ps1 -RegisterBasedAbi
shell: pwsh

- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v4
with:
name: microv_drivers_nocerts
path: |
Expand Down

0 comments on commit 5ffcd45

Please sign in to comment.