Skip to content

Commit

Permalink
Fixed download action in sanity check workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
SaqlainSentry authored May 16, 2024
1 parent 3ec4dc6 commit 8546f11
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/sanity-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ jobs:
- name: Download artifacts
uses: actions/download-artifact@v4
with:
name: build-output
path: ./build_output
pattern: metricshub-linux-package-*
path: build-output
- uses: ChristopheClermont/metricshub-sanity-action@main

0 comments on commit 8546f11

Please sign in to comment.