From dff8ebabfdcdea14c84e458e85cda88f3a584b4c Mon Sep 17 00:00:00 2001 From: David de Boer Date: Wed, 21 Feb 2024 13:47:53 +0100 Subject: [PATCH] chore(deps): update actions/upload-artifact --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 8ced16d..e3132d5 100644 --- a/action.yml +++ b/action.yml @@ -105,7 +105,7 @@ runs: - name: Upload Build Artifacts id: upload-build-artifacts - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: path: |- ${{ steps.build.outputs.gh && fromJson(steps.build.outputs.gh).dest }}