Skip to content

Commit

Permalink
build: mise à jour des actions
Browse files Browse the repository at this point in the history
Mise à jour des actions checkout et upload-artifact utilisées pour la construction du paquet Debian.
  • Loading branch information
alhyss committed May 24, 2024
1 parent 7bdb99c commit 064ae4d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/debian-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Code checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Deb building
run: |
DEB_FILE=$(bash ./admin/debian/build.sh $PKG_NAME $EXT_NAME ${{ inputs.plume_pg_version }} $DEB_REV)
echo "Paquet construit : $DEB_FILE"
- name: Artifact upload
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: plume-pg-deb
path: "*.deb"

0 comments on commit 064ae4d

Please sign in to comment.