Skip to content

Commit

Permalink
Merge pull request #2002 from mermaid-js/dependabot/github_actions/de…
Browse files Browse the repository at this point in the history
…velop/actions/upload-artifact-v2.2.3

Bump actions/upload-artifact from v1 to v2.2.3
  • Loading branch information
knsv authored Apr 25, 2021
2 parents ea108b7 + 42178d5 commit d03ef49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
run: yarn build

- name: Upload Build as Artifact
uses: actions/upload-artifact@v1
uses: actions/upload-artifact@v2.2.3
with:
name: dist
path: dist
Expand Down

0 comments on commit d03ef49

Please sign in to comment.