Skip to content

Commit

Permalink
chore(deps): update actions/upload-artifact action to v3 (#1117)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored Mar 3, 2022
1 parent ce6f522 commit 49a3ad5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
tar cfz ~/artifacts/node_modules.tar.gz node_modules
- name: Save artifacts
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: artifacts
path: ~/artifacts
Expand Down

0 comments on commit 49a3ad5

Please sign in to comment.