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 ab0bd01 commit 311d551Copy full SHA for 311d551
.github/workflows/checks.yaml
@@ -16,7 +16,7 @@ jobs:
16
needs: [ prepare_schema ]
17
runs-on: ubuntu-latest
18
steps:
19
- - uses: actions/download-artifact@v4
+ - uses: actions/download-artifact@v5
20
with:
21
name: ${{ needs.prepare_schema.outputs.schema_artifact }}
22
- name: Install Rover
.github/workflows/deploy.yaml
@@ -22,7 +22,7 @@ jobs:
needs: [ deploy, prepare_schema ]
23
24
25
26
27
28
0 commit comments