Skip to content

Commit

Permalink
feat(ci): use only major version of download-artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
costela committed Sep 9, 2024
1 parent fe6ac67 commit aed7bf3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
if: startsWith(github.ref, 'refs/tags/') && github.repository == 'costela/wesher'
runs-on: ubuntu-latest
steps:
- uses: actions/download-artifact@v4.1.7
- uses: actions/download-artifact@v4
with:
name: binaries

Expand Down

0 comments on commit aed7bf3

Please sign in to comment.