Skip to content

Commit

Permalink
ci: update actions/upload-artifact to v4 in debian.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
striezel committed Aug 10, 2024
1 parent a5a5d8d commit 6560de9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/debian.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,8 @@ jobs:
pwd
ls -lah
- name: Upload artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: package-debian
path: weather-information-collector*.deb
if-no-files-found: error

0 comments on commit 6560de9

Please sign in to comment.