From 0af826ba33a7e47d51e57c348ac49f7fcb7ae7e2 Mon Sep 17 00:00:00 2001 From: Bugen Zhao Date: Thu, 8 Feb 2024 13:38:44 +0800 Subject: [PATCH] rollback upload artifact action to v3 to allow merging artifacts with the same name Signed-off-by: Bugen Zhao --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 345da02..99dd9e7 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -57,7 +57,7 @@ jobs: - name: Upload bottles as artifact if: always() && github.event_name == 'pull_request' - uses: actions/upload-artifact@main + uses: actions/upload-artifact@v3 with: name: bottles path: '*.bottle.*'