From 59eddb04ec55289321076c5f3288f6cbf37250f5 Mon Sep 17 00:00:00 2001 From: Adam Johnson Date: Fri, 10 Dec 2021 20:27:20 -0500 Subject: [PATCH] Fix CI Failures. --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6d28d94e40..9397f89fdb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -61,7 +61,7 @@ jobs: cmake --build build --target INSTALL --config "${{ matrix.cfg.type }}" -j 2 - name: Upload Artifacts - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v2.2.4 with: name: plasma-${{ matrix.platform.str }}-${{ matrix.cfg.str }} path: build/install @@ -138,7 +138,7 @@ jobs: cmake --build build --target INSTALL --config Release -j 2 - name: Upload Artifacts - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v2.2.4 with: name: max-${{ matrix.cfg.str }} path: build/install