From 8652e4b8149e282b5e5493f5cc2abc1f8f435401 Mon Sep 17 00:00:00 2001 From: andri lim Date: Sun, 28 Jan 2024 13:23:14 +0700 Subject: [PATCH] Downgrade upload artifact action to v3 (#159) --- .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 86dd5a3..2b837c9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -262,7 +262,7 @@ jobs: kill $server - name: Upload Autobahn result - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v3 with: name: autobahn-report path: ./autobahn/reports @@ -279,7 +279,7 @@ jobs: steps: - name: Download Autobahn reports - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v3 with: name: autobahn-report path: ./autobahn_reports