From 437aef0ad361e46b60b9c103be7c70465035075b Mon Sep 17 00:00:00 2001 From: David Crossley Date: Thu, 25 Jan 2024 15:24:54 +1100 Subject: [PATCH] Use upload-artifact v4 DEVOPS-2662 --- .github/workflows/release-npm.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release-npm.yml b/.github/workflows/release-npm.yml index ba51002..713fe91 100644 --- a/.github/workflows/release-npm.yml +++ b/.github/workflows/release-npm.yml @@ -186,8 +186,9 @@ jobs: } body: ${{ steps.moduleDescriptor.outputs.content }} - name: Publish yarn.lock - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: yarn.lock path: yarn.lock + overwrite: true retention-days: 5