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 2e112c8 commit 47a7effCopy full SHA for 47a7eff
.github/workflows/vrt-update.yaml
@@ -54,7 +54,7 @@ jobs:
54
55
- name: Get latest workflow run
56
id: get-workflow
57
- uses: actions/github-script@v7
+ uses: actions/github-script@v8
58
with:
59
script: |
60
const { data: runs } = await github.rest.actions.listWorkflowRuns({
@@ -199,7 +199,7 @@ jobs:
199
- name: Get artifact download URL
200
if: success()
201
id: artifact
202
203
204
205
// Wait a bit for the artifact to be uploaded and indexed
0 commit comments