mirror of
https://github.com/containers/fuse-overlayfs.git
synced 2025-08-03 09:55:57 -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)
|
||||
|
||||
- name: Archive build artifacts
|
||||
uses: actions/upload-artifact@v3
|
||||
uses: actions/upload-artifact@v4.6.2
|
||||
with:
|
||||
name: fuse-overlayfs-${{ matrix.arch }}-${{ matrix.distro }}
|
||||
path: |
|
||||
@ -88,7 +88,7 @@ jobs:
|
||||
sudo cp fuse-overlayfs /sbin
|
||||
|
||||
- name: Archive build artifacts
|
||||
uses: actions/upload-artifact@v3
|
||||
uses: actions/upload-artifact@v4.6.2
|
||||
with:
|
||||
name: fuse-overlayfs-x86_64-ubuntu-latest
|
||||
path: |
|
||||
|
Loading…
x
Reference in New Issue
Block a user