Skip to content

Commit 9454e89

Browse files
authored
chore: use latest actions/upload-artifact github action (#124)
1 parent 34dd31e commit 9454e89

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
access: public
2020
- name: Upload npm debug log
2121
if: failure() # This step will run only if the previous steps failed
22-
uses: actions/upload-artifact@v2
22+
uses: actions/upload-artifact@v4
2323
with:
2424
name: npm-debug-logs
2525
path: /home/runner/.npm/_logs/*.log

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@eppo/js-client-sdk-common",
3-
"version": "4.1.0",
3+
"version": "4.2.0",
44
"description": "Eppo SDK for client-side JavaScript applications (base for both web and react native)",
55
"main": "dist/index.js",
66
"files": [

0 commit comments

Comments
 (0)