From 252b7be7574226c28d1f1eb801bd45aaaf80f267 Mon Sep 17 00:00:00 2001 From: Greg Huels Date: Tue, 1 Oct 2024 11:04:44 -0500 Subject: [PATCH] chore: use latest actions/upload-artifact github action --- .github/workflows/publish.yml | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index c8e9788..170be23 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -19,7 +19,7 @@ jobs: access: public - name: Upload npm debug log if: failure() # This step will run only if the previous steps failed - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v4 with: name: npm-debug-logs path: /home/runner/.npm/_logs/*.log diff --git a/package.json b/package.json index fb7305d..7f2ba4b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@eppo/js-client-sdk-common", - "version": "4.1.0", + "version": "4.2.0", "description": "Eppo SDK for client-side JavaScript applications (base for both web and react native)", "main": "dist/index.js", "files": [