Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/vrt-update.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:

- name: Get latest workflow run
id: get-workflow
uses: actions/github-script@v7
uses: actions/github-script@v8
with:
script: |
const { data: runs } = await github.rest.actions.listWorkflowRuns({
Expand Down Expand Up @@ -199,7 +199,7 @@ jobs:
- name: Get artifact download URL
if: success()
id: artifact
uses: actions/github-script@v7
uses: actions/github-script@v8
with:
script: |
// Wait a bit for the artifact to be uploaded and indexed
Expand Down
Loading