From aa2f75213e19a6adf9b2472d730d6ce445ef6e99 Mon Sep 17 00:00:00 2001 From: Simon Murray Date: Wed, 11 Dec 2024 10:30:56 +0000 Subject: [PATCH] Update Actions --- .github/workflows/pull-request.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pull-request.yaml b/.github/workflows/pull-request.yaml index b6d78e3..66ab1d4 100644 --- a/.github/workflows/pull-request.yaml +++ b/.github/workflows/pull-request.yaml @@ -56,7 +56,7 @@ jobs: - name: Unit Test run: make test-unit - name: Archive code coverage results - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: code-coverage path: cover.html