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/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ jobs:
- uses: actions/checkout@v5

# Download the build from the previous step.
- uses: actions/download-artifact@v5
- uses: actions/download-artifact@v6
with:
name: build
path: build
Expand Down Expand Up @@ -131,7 +131,7 @@ jobs:
steps:
# No need to checkout the project, since all we need is to download the
# build artifact from the build step.
- uses: actions/download-artifact@v5
- uses: actions/download-artifact@v6
with:
name: build
path: build
Expand Down