Skip to content

Commit e0bc5cc

Browse files
renovate[bot]paralin
authored andcommitted
chore(deps): update all dependencies
1 parent c3c780e commit e0bc5cc

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/buildroot-e2e.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
git submodule update --init --recursive
2626
2727
- name: Cache build cache and downloads
28-
uses: actions/cache@v4
28+
uses: actions/cache@v5
2929
with:
3030
path: ~/br-cache/
3131
# https://github.com/actions/toolkit/issues/505#issuecomment-1650290249
@@ -64,7 +64,7 @@ jobs:
6464
# Upload docker image
6565
- name: Upload Docker container image artifact
6666
if: matrix.build-os == 'ubuntu-latest'
67-
uses: actions/upload-artifact@v5
67+
uses: actions/upload-artifact@v6
6868
with:
6969
name: docker-image.tar
7070
path: ${{ github.workspace }}/workflow-artifacts/docker-image.tar

.github/workflows/devices.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
git submodule update --init --recursive
3636
3737
- name: Cache build cache and downloads
38-
uses: actions/cache@v4
38+
uses: actions/cache@v5
3939
env:
4040
cache-name: cache-buildroot
4141
with:
@@ -97,7 +97,7 @@ jobs:
9797
tar -cvf ./workflow-artifacts/images.tar.gz --exclude="rootfs.cpio" -C ./workspaces/$SKIFF_WORKSPACE/images/ ./
9898
9999
# Upload system image
100-
- uses: actions/upload-artifact@v5
100+
- uses: actions/upload-artifact@v6
101101
with:
102102
name: images-${{ matrix.skiffconf }}.tar.gz
103103
path: ${{ github.workspace }}/workflow-artifacts/images.tar.gz

0 commit comments

Comments
 (0)