Skip to content

Commit 71ecbc0

Browse files
Bump actions/download-artifact from 7 to 8 (#6)
1 parent 5ff6f4a commit 71ecbc0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
steps:
2020
# No need to checkout the project, since all we need is to download the
2121
# build artifact from the build step.
22-
- uses: actions/download-artifact@v7
22+
- uses: actions/download-artifact@v8
2323
with:
2424
repository: ${{ env.REPOSITORY }}
2525
github-token: ${{ secrets.LEON_REPOSITORY_DISPATCH }}

0 commit comments

Comments
 (0)