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.
1 parent 3b25590 commit c659506Copy full SHA for c659506
.github/workflows/ci.yml
@@ -26,7 +26,7 @@ jobs:
26
go run .
27
28
- name: Upload build artifacts
29
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
30
with:
31
path: |
32
ccu-jack-*.tar.gz
dist/ccu/rc.d/ccu-jack
@@ -3,7 +3,7 @@
3
# add-on information
4
ADDON_ID=ccu-jack
5
ADDON_NAME="CCU-Jack"
6
-ADDON_COPYRIGHT="(c) 2019-2024 info@ccu-historian.de"
+ADDON_COPYRIGHT="(c) 2019-2025 info@ccu-historian.de"
7
ADDON_WWW='<a href="https://github.com/mdzio/ccu-jack" target="_blank">https://github.com/mdzio/ccu-jack</a>'
8
9
# directories
0 commit comments