github: update upload-artifact action

Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
This commit is contained in:
Giuseppe Scrivano 2025-04-28 15:15:19 +02:00
parent e1aae5aa6b
commit fc6a2b916e
No known key found for this signature in database
GPG Key ID: 67E38F7A8BA21772

View File

@ -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: |