Skip to content

Commit

Permalink
Merge pull request #23 from dockur/renovate/major-github-artifact-act…
Browse files Browse the repository at this point in the history
…ions

Update actions/upload-artifact action to v4
  • Loading branch information
kroese authored Sep 20, 2024
2 parents 688a415 + 151e1f9 commit baec289
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
echo "filename=$filename" >> $GITHUB_ENV
- name: Upload strfry deb
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: ${{ env.filename }}
path: ${{ env.filename }}
Expand Down

0 comments on commit baec289

Please sign in to comment.