Skip to content

Commit

Permalink
Update the git action worflow to avoid deprecation
Browse files Browse the repository at this point in the history
  • Loading branch information
mquinson committed Sep 5, 2024
1 parent d194db3 commit 7b6e76b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/git.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
cp -r distros/debian .
make debian
- name: upload
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
path: shutorial_*_all.deb
name: debian_package
Expand Down

0 comments on commit 7b6e76b

Please sign in to comment.