Skip to content

Commit

Permalink
ci: fix download artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
vfusco committed Jan 25, 2024
1 parent cbacc90 commit fae2231
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -722,7 +722,7 @@ jobs:
token: ${{ secrets.DEPOT_TOKEN }}

- name: Download artifacts
uses: actions/download-artifact@master
uses: actions/download-artifact@v3
if: ${{ startsWith(github.ref, 'refs/tags/v') }}

- name: Create uarch json logs TAR
Expand Down

0 comments on commit fae2231

Please sign in to comment.