We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 34dd31e commit 9454e89Copy full SHA for 9454e89
.github/workflows/publish.yml
@@ -19,7 +19,7 @@ jobs:
19
access: public
20
- name: Upload npm debug log
21
if: failure() # This step will run only if the previous steps failed
22
- uses: actions/upload-artifact@v2
+ uses: actions/upload-artifact@v4
23
with:
24
name: npm-debug-logs
25
path: /home/runner/.npm/_logs/*.log
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@eppo/js-client-sdk-common",
3
- "version": "4.1.0",
+ "version": "4.2.0",
4
"description": "Eppo SDK for client-side JavaScript applications (base for both web and react native)",
5
"main": "dist/index.js",
6
"files": [
0 commit comments