mirror of
https://github.com/containers/fuse-overlayfs.git
synced 2025-09-08 14:52:31 -04:00
github: update upload-artifact action
Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
This commit is contained in:
parent
e1aae5aa6b
commit
fc6a2b916e
4
.github/workflows/test.yaml
vendored
4
.github/workflows/test.yaml
vendored
@ -42,7 +42,7 @@ jobs:
|
|||||||
make -j $(nproc)
|
make -j $(nproc)
|
||||||
|
|
||||||
- name: Archive build artifacts
|
- name: Archive build artifacts
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v4.6.2
|
||||||
with:
|
with:
|
||||||
name: fuse-overlayfs-${{ matrix.arch }}-${{ matrix.distro }}
|
name: fuse-overlayfs-${{ matrix.arch }}-${{ matrix.distro }}
|
||||||
path: |
|
path: |
|
||||||
@ -88,7 +88,7 @@ jobs:
|
|||||||
sudo cp fuse-overlayfs /sbin
|
sudo cp fuse-overlayfs /sbin
|
||||||
|
|
||||||
- name: Archive build artifacts
|
- name: Archive build artifacts
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v4.6.2
|
||||||
with:
|
with:
|
||||||
name: fuse-overlayfs-x86_64-ubuntu-latest
|
name: fuse-overlayfs-x86_64-ubuntu-latest
|
||||||
path: |
|
path: |
|
||||||
|
Loading…
x
Reference in New Issue
Block a user