We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe76c84 commit 362959aCopy full SHA for 362959a
.github/workflows/pr-sccache-save/action.yml
@@ -6,7 +6,7 @@ runs:
6
- uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea #v7.0.1
7
with:
8
script: |
9
- const data = await github.rest.actions.listWorkflowRunArtifacts({
+ const data = await github.rest.actions.listArtifactsForRepo({
10
owner: context.repo.owner,
11
repo: context.repo.repo,
12
name: 'sccache-pr' + context.issue.number
.github/workflows/precommit-windows.yml
@@ -2,7 +2,6 @@ name: "Windows Precommit Tests"
2
3
permissions:
4
contents: read
5
- actions: read
on:
pull_request:
0 commit comments