From fb1b3683ae7ffc3e147a637313dc47b3e241cc93 Mon Sep 17 00:00:00 2001 From: OSS-Bot Date: Tue, 9 Jan 2024 08:07:31 +0000 Subject: [PATCH] Update actions/upload-artifact action to v4 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4d2ec28d..5a361ee4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -44,7 +44,7 @@ jobs: - name: (Fail-only) Upload build reports if: failure() - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: reports path: |