Skip to content

Commit

Permalink
Bump additional actions versions
Browse files Browse the repository at this point in the history
  • Loading branch information
jepler committed Apr 29, 2024
1 parent 5240e96 commit bd632ed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,15 +68,15 @@ jobs:
head debian/changelog
- name: Build Debian package
uses: dawidd6/action-debian-package@v1
uses: dawidd6/action-debian-package@v1.6.0
with:
source_directory: .
artifacts_directory: output
os_distribution: ${{ matrix.os }}
cpu_architecture: ${{ matrix.cpu }}

- name: Upload artifact
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
path: output
name: debs-${{ matrix.os }}-${{ matrix.cpu }}

0 comments on commit bd632ed

Please sign in to comment.