Skip to content

Commit d6ad72f

Browse files
committedFeb 8, 2025
debian package workflow: upgrade artifact upload
v3 is no longer available and breaks the tests
1 parent c00c355 commit d6ad72f

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed
 

‎.github/workflows/debian-package.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434

3535
- name: Upload artifact
3636
if: ${{ github.event_name == 'push' }}
37-
uses: actions/upload-artifact@v3
37+
uses: actions/upload-artifact@v4
3838
with:
3939
name: debian-package-${{ matrix.codename }}-${{ github.sha }}
4040
path: '~/artifacts'

‎CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@
5959
- Create intelmq user & group if running privileged to allow dropping privileges (PR#2542 by Sebastian Wagner).
6060
- `intelmq.tests.lib.test_pipeline.TestAmqp.test_acknowledge`: Also skip on Python 3.11 besides on 3.8 when running on CI (PR#2542 by Sebastian Wagner).
6161
- Full pytest workflow: Version-independent install of postgres client, for Ubuntu 24.04 (default on GitHub now) test environment compatibility (PR#2557 by Sebastian Wagner).
62+
- Debian package build workflow: Use artifact upload v4 instead of v3 (PR#2565 by Sebastian Wagner).
6263

6364
### Tools
6465

0 commit comments

Comments
 (0)