Skip to content

Commit 42ea9b6

Browse files
renovate[bot]paralin
authored andcommitted
chore(deps): update actions/upload-artifact action to v5
1 parent dd4cf7f commit 42ea9b6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/buildroot-e2e.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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@v4
67+
uses: actions/upload-artifact@v5
6868
with:
6969
name: docker-image.tar
7070
path: ${{ github.workspace }}/workflow-artifacts/docker-image.tar

.github/workflows/devices.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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@v4
100+
- uses: actions/upload-artifact@v5
101101
with:
102102
name: images-${{ matrix.skiffconf }}.tar.gz
103103
path: ${{ github.workspace }}/workflow-artifacts/images.tar.gz

0 commit comments

Comments
 (0)