Skip to content

Commit 311d551

Browse files
chore(deps): update actions/download-artifact action to v5
1 parent ab0bd01 commit 311d551

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/checks.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
needs: [ prepare_schema ]
1717
runs-on: ubuntu-latest
1818
steps:
19-
- uses: actions/download-artifact@v4
19+
- uses: actions/download-artifact@v5
2020
with:
2121
name: ${{ needs.prepare_schema.outputs.schema_artifact }}
2222
- name: Install Rover

.github/workflows/deploy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
needs: [ deploy, prepare_schema ]
2323
runs-on: ubuntu-latest
2424
steps:
25-
- uses: actions/download-artifact@v4
25+
- uses: actions/download-artifact@v5
2626
with:
2727
name: ${{ needs.prepare_schema.outputs.schema_artifact }}
2828
- name: Install Rover

0 commit comments

Comments
 (0)