Skip to content

Commit

Permalink
Revert "Upgrade to actions/github-script@v7 (#522)" (#524)
Browse files Browse the repository at this point in the history
This reverts commit 76d6220.
  • Loading branch information
mishig25 authored Sep 17, 2024
1 parent b050bce commit 1b42854
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/upload_pr_documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
echo "current_work_dir=$(pwd)" >> $GITHUB_OUTPUT
- name: 'Download artifact'
uses: actions/github-script@v7
uses: actions/github-script@v3.1.0
with:
script: |
var artifacts = await github.actions.listWorkflowRunArtifacts({
Expand Down

0 comments on commit 1b42854

Please sign in to comment.