Skip to content

Commit fa0e98d

Browse files
version 2.6.0
1 parent 565b003 commit fa0e98d

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/debian.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
branches: [ master ]
99

1010
env:
11-
HORIZON_VERSION: 2.5.92
11+
HORIZON_VERSION: 2.6.0
1212
HORIZON_PKG_VERSION: 1
1313
DEBIAN_FRONTEND: noninteractive
1414
LANG: en_US.UTF-8
@@ -81,12 +81,12 @@ jobs:
8181
- name: list files
8282
run: ls
8383
- name: upload debian packages
84-
uses: actions/upload-artifact@v2-preview
84+
uses: actions/upload-artifact@v4
8585
with:
8686
name: packages-${{ matrix.os.distro }}-${{ matrix.os.release }}
8787
path: ./*.*deb
8888
- name: upload debian source files
89-
uses: actions/upload-artifact@v2-preview
89+
uses: actions/upload-artifact@v4
9090
with:
9191
name: source-packages-${{ matrix.os.distro }}-${{ matrix.os.release }}
9292
path: |

debian/changelog

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
horizon-eda-upstream (2.5.92-1) stable; urgency=medium
1+
horizon-eda-upstream (2.6.0-1) stable; urgency=medium
22

33
* New upstream version
44

5-
-- Lukas K <[email protected]> Wed, 15 May 2024 22:38:57 +0200
5+
-- Lukas K <[email protected]> Sun, 19 May 2024 17:04:29 +0200
66

77
horizon-eda-upstream (2.5.0-1) stable; urgency=medium
88

0 commit comments

Comments
 (0)