From fc6a2b916ec7a6d0aa520552fb567e1d7c137047 Mon Sep 17 00:00:00 2001 From: Giuseppe Scrivano Date: Mon, 28 Apr 2025 15:15:19 +0200 Subject: [PATCH] github: update upload-artifact action Signed-off-by: Giuseppe Scrivano --- .github/workflows/test.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 347d476..d2ec4ee 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -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: |