From 2fd2948e6eb87d29993cf153fe3cf8c97467ba25 Mon Sep 17 00:00:00 2001 From: Krasimir Angelov Date: Thu, 11 Jan 2024 09:24:03 +0100 Subject: [PATCH] yet another attempt to fix CI --- .github/workflows/build-majestic.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-majestic.yml b/.github/workflows/build-majestic.yml index 097321540..8898771e6 100644 --- a/.github/workflows/build-majestic.yml +++ b/.github/workflows/build-majestic.yml @@ -40,7 +40,7 @@ jobs: steps: - uses: actions/checkout@v3 - name: Download artifact - uses: actions/download-artifact@master + uses: actions/download-artifact@v3 with: name: libpgf-linux - run: | @@ -82,7 +82,7 @@ jobs: steps: - uses: actions/checkout@v3 - name: Download artifact - uses: actions/download-artifact@master + uses: actions/download-artifact@v3 with: name: libpgf-linux