From c9456a710782ff829e667638480fd1e9f8573568 Mon Sep 17 00:00:00 2001 From: Qianqian Fang Date: Tue, 3 Sep 2024 23:08:10 -0400 Subject: [PATCH] [ci] fix action alert related to download-artifact https://github.com/NeuroJSON/zmat/security/dependabot/1 --- .github/workflows/build_all.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_all.yml b/.github/workflows/build_all.yml index 9d6cc0dd..3431eaf5 100644 --- a/.github/workflows/build_all.yml +++ b/.github/workflows/build_all.yml @@ -232,7 +232,7 @@ jobs: if: ${{ github.repository_owner == 'fangq' && github.event_name != 'pull_request'}} steps: - name: Download mcx - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4.1.7 with: name: all-mcx-packages path: packages