Skip to content

Commit 59468d6

Browse files
build(deps): bump actions/upload-artifact in the github-actions group
Bumps the github-actions group with 1 update: [actions/upload-artifact](https://github.com/actions/upload-artifact). Updates `actions/upload-artifact` from 6 to 7 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v6...v7) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent e3b42cb commit 59468d6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
- name: Build
3535
run: make -k -j2 ARCH=aarch64-linux-gnu- CHAINLOADING=1
3636

37-
- uses: actions/upload-artifact@v6
37+
- uses: actions/upload-artifact@v7
3838
with:
3939
name: m1n1
4040
path: |

.github/workflows/installer.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ jobs:
8989
cd out
9090
zip -r uefi-only-${{ env.GIT_DATE }}-${{ env.KERNEL_REF }}.zip esp
9191
92-
- uses: actions/upload-artifact@v6
92+
- uses: actions/upload-artifact@v7
9393
with:
9494
name: ci-uefi-only-${{ env.GIT_DATE }}-${{ env.KERNEL_REF }}
9595
path: |

0 commit comments

Comments
 (0)