Skip to content

Commit

Permalink
Update actions/upload-artifact to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
melkam-mekonnen committed Sep 16, 2024
1 parent 6c1bf81 commit 78179e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- run: yarn typescript
- run: yarn build
- name: Upload Artifacts
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: dist
path: |
Expand Down

0 comments on commit 78179e2

Please sign in to comment.