Skip to content

Commit

Permalink
Merge pull request #48 from onitake/fix-release-artifacts
Browse files Browse the repository at this point in the history
Fix artifact downloads
  • Loading branch information
srgoni authored Apr 5, 2024
2 parents a93a587 + 09a4ced commit d667354
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
contents: write
steps:
- name: Download artifacts
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: restreamer
- name: List artifacts
Expand Down

0 comments on commit d667354

Please sign in to comment.