From ed2b889aff4dac8a63c59394db93dafff6f568c5 Mon Sep 17 00:00:00 2001 From: Ahmed Hafez Date: Tue, 10 Sep 2024 07:31:45 +0200 Subject: [PATCH] revert to download-artifact@v3 --- .github/workflows/cmake-multi-platform.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cmake-multi-platform.yml b/.github/workflows/cmake-multi-platform.yml index 53d24fc..e0583f1 100644 --- a/.github/workflows/cmake-multi-platform.yml +++ b/.github/workflows/cmake-multi-platform.yml @@ -144,7 +144,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Download release tarball - uses: actions/download-artifact@v4.1.7 + uses: actions/download-artifact@v3 with: name: mstatspop-release path: ${{ github.workspace }}/mstatspop-release