Skip to content

Commit

Permalink
TRACING-4468 Updated Github actions to v4 (#104)
Browse files Browse the repository at this point in the history
* TRACING-4468 upgraded the github action to v4

* TRACING-4468 changed to v2 for node
  • Loading branch information
yash-sumo authored Oct 18, 2024
1 parent da565b8 commit 3ceec50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- run: npm run build
- run: npm run types
- run: npm test
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v4
with:
path: |
dist/browser.js
Expand Down

0 comments on commit 3ceec50

Please sign in to comment.