From 258b14e127488d2381ba266e5dffdd13dbd232e3 Mon Sep 17 00:00:00 2001 From: Tom Udding Date: Sat, 23 Nov 2024 17:36:54 +0100 Subject: [PATCH] ci: update artifact upload action V3 will be deprecated between November 30 and December 5. After this, usage of v3 will result in a workflow failure. There are some breaking changes in v4, however, I do not think this workflow is impacted by those changes. --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index b02e5533..5858a51f 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -159,7 +159,7 @@ jobs: sources_base_path: "/__w/sudosos-backend/sudosos-backend" #github.action_path does not work in Docker (https://github.com/actions/runner/issues/716) - name: "Upload code coverage report" if: ${{ matrix.typeorm-connection == 'mariadb' }} - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: coverage path: reports/coverage/