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

Commit b0632ad

Browse files
Bump actions/upload-artifact from v2.1.4 to v2.2.0
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from v2.1.4 to v2.2.0. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v2.1.4...27bce4e) Signed-off-by: dependabot[bot] <support@github.com>
1 parent d21b346 commit b0632ad

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)