From 5961574aef83b51fb697da1ffa0f1e145f4cf3bb Mon Sep 17 00:00:00 2001 From: Matthew Lim Date: Fri, 18 Apr 2025 16:53:14 +1000 Subject: [PATCH 1/2] Replace depricated artifact v3 with artifact v4 ci.yml --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index aac78b504..4a9c9be8b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Upload - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: Event File path: ${{ github.event_path }} @@ -61,7 +61,7 @@ jobs: pip install pytest-cov python -m pytest --junitxml=junit/be-test-results.xml --cov=. --cov-report=xml --cov-report=html working-directory: ./backend - - uses: actions/upload-artifact@v3 # upload test results + - uses: actions/upload-artifact@v4 # upload test results if: always() with: name: be-test-results @@ -101,7 +101,7 @@ jobs: - name: Run the unit tests on frontend run: npm run test working-directory: ./frontend - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v4 if: always() with: name: fe-test-results From 858237ad1b0c077c09eb75fd0be0ec5b76311927 Mon Sep 17 00:00:00 2001 From: Matthew Lim Date: Fri, 18 Apr 2025 17:00:58 +1000 Subject: [PATCH 2/2] Trigger CI --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 90412e5a6..2bd9ee95a 100644 --- a/README.md +++ b/README.md @@ -49,4 +49,4 @@ Also, special thanks to James Ji, Vincent Xiao, Hayes Choy for being the first t Information to run Circles on your local machine are available in the [frontend](./frontend/README.md) and [backend](./backend/README.md) `README.md` files. -For further development documentation, visit our [confluence page](https://devsoc.atlassian.net/wiki/spaces/C/pages/756966/About+Circles)! +For further development documentation, visit our [confluence page](https://devsoc.atlassian.net/wiki/spaces/C/pages/756966/About+Circles)!