Skip to content

Commit

Permalink
Update actions/github-script action to v6
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Feb 11, 2022
1 parent c4c8ed1 commit 04b8fee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docs-publish.yml
Original file line number Diff line number Diff line change
@@ -14,7 +14,7 @@ jobs:

steps:
- name: "Download built documentation"
uses: actions/github-script@v5.1.0
uses: actions/github-script@v6.0.0
with:
script: |
var artifacts = await github.rest.actions.listWorkflowRunArtifacts({

0 comments on commit 04b8fee

Please sign in to comment.