Skip to content
This repository was archived by the owner on May 26, 2021. It is now read-only.

Commit 194ac62

Browse files
authored
Merge pull request #115 from Cardsity/dependabot/github_actions/actions/upload-artifact-v2.2.0
Bump actions/upload-artifact from v2.1.4 to v2.2.0
2 parents d21b346 + b0632ad commit 194ac62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/node.js.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- run: yarn install
2323
- run: yarn build
2424
- name: Archive production artifacts
25-
uses: actions/upload-artifact@v2.1.4
25+
uses: actions/upload-artifact@v2.2.0
2626
with:
2727
name: dist
2828
path: dist

0 commit comments

Comments
 (0)