We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5b4f2ab + f1c1e93 commit 76b3e07Copy full SHA for 76b3e07
.github/workflows/debian-packaging.yml
@@ -27,7 +27,7 @@ jobs:
27
28
- name: Upload artifact
29
if: ${{ github.event_name == 'push' }}
30
- uses: actions/upload-artifact@v2
+ uses: actions/upload-artifact@v4
31
with:
32
name: debian-package-${{ matrix.codename }}-${{ github.sha }}
33
path: '~/artifacts'
CHANGELOG.md
@@ -11,6 +11,7 @@ CHANGELOG
11
------------------
12
13
* 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).
15
16
3.3.0 (2024-03-01)
17
0 commit comments