Skip to content

Commit

Permalink
chore: use latest actions/upload-artifact github action
Browse files Browse the repository at this point in the history
  • Loading branch information
greghuels committed Oct 1, 2024
1 parent 34dd31e commit 252b7be
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": [
Expand Down

0 comments on commit 252b7be

Please sign in to comment.