You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/doc-publish.yml
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -28,7 +28,7 @@ jobs:
28
28
# Once https://github.com/actions/download-artifact/issues/172 and/or https://github.com/actions/download-artifact/issues/60 is implemented, we can use the official download-artifact action
29
29
# For now use the solution from https://docs.github.com/en/actions/using-workflows/events-that-trigger-workflows#using-data-from-the-triggering-workflow
30
30
- name: Download docs
31
-
uses: actions/github-script@v6.4.0
31
+
uses: actions/github-script@v7.0.1
32
32
with:
33
33
script: |
34
34
var artifacts = await github.rest.actions.listWorkflowRunArtifacts({
0 commit comments