From 0b99a84e41c77351c32ca525fffc60922da894cd Mon Sep 17 00:00:00 2001 From: "Eloy Lafuente (stronk7)" Date: Wed, 21 Feb 2024 15:58:39 +0100 Subject: [PATCH] Bump actiions/upload-artifact to v4 So we run the NodeJS 20 version, because the NodeJS 16 ones are deprecated and emitting warnings / annotations. --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b8339b9..2547fa0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -109,7 +109,7 @@ jobs: bats ${{ github.workspace }}/test/ - name: Archive code coverage - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: code-coverage-report path: ${{ github.workspace }}/coverage/*