Skip to content

Commit c659506

Browse files
committed
CI workflow, fixes #194
1 parent 3b25590 commit c659506

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
go run .
2727
2828
- name: Upload build artifacts
29-
uses: actions/upload-artifact@v3
29+
uses: actions/upload-artifact@v4
3030
with:
3131
path: |
3232
ccu-jack-*.tar.gz

dist/ccu/rc.d/ccu-jack

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# add-on information
44
ADDON_ID=ccu-jack
55
ADDON_NAME="CCU-Jack"
6-
ADDON_COPYRIGHT="(c) 2019-2024 info@ccu-historian.de"
6+
ADDON_COPYRIGHT="(c) 2019-2025 info@ccu-historian.de"
77
ADDON_WWW='<a href="https://github.com/mdzio/ccu-jack" target="_blank">https://github.com/mdzio/ccu-jack</a>'
88

99
# directories

0 commit comments

Comments
 (0)