Skip to content

Commit

Permalink
Upgrade github actions to node20
Browse files Browse the repository at this point in the history
  • Loading branch information
bruneo32 committed Jun 19, 2024
1 parent 63ba951 commit e4e0b4c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Create package structure
run: |
Expand All @@ -39,7 +39,7 @@ jobs:
echo "DPKG_NAME=$(dpkg-name -o $DPKG_NAME |awk -F' ' '{print $6}' |xargs echo |cut -d'/' -f2-)" >> $GITHUB_ENV
- name: Upload deb as artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: ${{env.DPKG_NAME}}
path: ${{env.DPKG_NAME}}

0 comments on commit e4e0b4c

Please sign in to comment.