From d8e953e7e6dfd2903538a9161807e3c82c2cf757 Mon Sep 17 00:00:00 2001 From: Krasimir Angelov Date: Thu, 11 Jan 2024 07:29:23 +0100 Subject: [PATCH] try fixing the failure of actions/upload-artifact --- .github/workflows/build-majestic.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-majestic.yml b/.github/workflows/build-majestic.yml index 99a5e1815..fb05e20fc 100644 --- a/.github/workflows/build-majestic.yml +++ b/.github/workflows/build-majestic.yml @@ -25,7 +25,7 @@ jobs: make install - name: Upload artifact - uses: actions/upload-artifact@master + uses: actions/upload-artifact@v4 with: name: libpgf-linux path: |