Skip to content

Commit

Permalink
chore(deps): update actions/upload-artifact action to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and paralin committed Dec 16, 2023
1 parent 8184c3a commit 4ca34f9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/buildroot-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
docker save skiffos/skiffos:latest > ./workflow-artifacts/docker-image.tar
# Upload docker image
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: docker-image.tar
path: ${{ github.workspace }}/workflow-artifacts/docker-image.tar
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/devices.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ jobs:
tar -cvf ./workflow-artifacts/images.tar.gz --exclude="rootfs.cpio" -C ./workspaces/$SKIFF_WORKSPACE/images/ ./
# Upload system image
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: images-${{ matrix.skiffconf }}.tar.gz
path: ${{ github.workspace }}/workflow-artifacts/images.tar.gz

0 comments on commit 4ca34f9

Please sign in to comment.