Skip to content

Commit

Permalink
.github: fix missing dotbot v1 artifact download step
Browse files Browse the repository at this point in the history
  • Loading branch information
aabadie committed May 3, 2024
1 parent 9ae407d commit 1adc636
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,11 @@ jobs:
steps:
- name: Checkout repo
uses: actions/checkout@v4
- name: Download DotBot v1 artifacts
uses: actions/download-artifact@v4
with:
name: artifacts-dotbot-v1
path: ./artifacts
- name: Download DotBot v2 artifacts
uses: actions/download-artifact@v4
with:
Expand Down

0 comments on commit 1adc636

Please sign in to comment.