Skip to content

Commit 76b3e07

Browse files
authored
Merge pull request #305 from certtools/tests
debian package workflow: update upload artifact
2 parents 5b4f2ab + f1c1e93 commit 76b3e07

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/debian-packaging.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727

2828
- name: Upload artifact
2929
if: ${{ github.event_name == 'push' }}
30-
uses: actions/upload-artifact@v2
30+
uses: actions/upload-artifact@v4
3131
with:
3232
name: debian-package-${{ matrix.codename }}-${{ github.sha }}
3333
path: '~/artifacts'

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ CHANGELOG
1111
------------------
1212

1313
* Improve the error popup window to make its contents more readable (PR#304 by Radek Vyhnal).
14+
* Tests: Update/Fix Debian package build scripts (PR#305 by Sebastian Wagner).
1415

1516
3.3.0 (2024-03-01)
1617
------------------

0 commit comments

Comments
 (0)