Skip to content

Commit

Permalink
Merge pull request #78 from google/fix-build-deb
Browse files Browse the repository at this point in the history
Upgrade upload-artifact CI action
  • Loading branch information
adetaylor authored Sep 10, 2024
2 parents 4d26c7d + c57037d commit d6eab53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
- name: BuildDeb
run: cargo deb
- name: Upload Deb Artifact
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: amd64deb
path: ./target/debian/*.deb
Expand Down

0 comments on commit d6eab53

Please sign in to comment.