From 8083bb92127ee86dc3fb0ee166c28c8aad7039be Mon Sep 17 00:00:00 2001 From: zeira42 Date: Mon, 9 Dec 2024 20:07:56 +0000 Subject: [PATCH] . --- .github/workflows/remote.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/remote.yml b/.github/workflows/remote.yml index 86ca39c..81eee26 100644 --- a/.github/workflows/remote.yml +++ b/.github/workflows/remote.yml @@ -42,7 +42,7 @@ jobs: " - name: upload build artifacts - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v3 with: name: test-artifact path: bin/test @@ -56,7 +56,7 @@ jobs: run: mkdir -p ./team06/bin - name: download build artifacts - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v3 with: name: test-artifact path: ./team06/bin