Skip to content

Commit

Permalink
chore(deps): pin actions/upload-artifact action to v2.3.0 (#13039)
Browse files Browse the repository at this point in the history
Co-authored-by: Renovate Bot <bot@renovateapp.com>
  • Loading branch information
renovate[bot] and renovate-bot committed Dec 9, 2021
1 parent e4c938b commit 70c0307
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Expand Up @@ -206,7 +206,7 @@ jobs:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

- name: Upload docs
uses: actions/upload-artifact@v2.3.0
uses: actions/upload-artifact@da838ae9595ac94171fa2d4de5a2f117b3e7ac32 # renovate: tag=v2.3.0
with:
name: docs
path: tmp/docs

0 comments on commit 70c0307

Please sign in to comment.