Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/main-armel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Build
run: scripts/build-targets/run armel sh -c 'linux32 meson compile -C build-armel'
# FIXME: put something useful (git hash?) in artifact name. We also want this in other workflows.
- uses: actions/upload-artifact@v4
- uses: actions/upload-artifact@v6
with:
name: armel-build
path: ${{github.workspace}}/build-armel
2 changes: 1 addition & 1 deletion .github/workflows/main-openwrt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
gzip -cd $(find bin/packages/ -name 'voorkant*.ipk') | tar xOf - ./data.tar.gz | tar xzvf - -C unpacked
mv bin/packages/ .config unpacked/ ${GITHUB_WORKSPACE}
# FIXME: put something useful (git hash?) in artifact name. We also want this in other workflows.
- uses: actions/upload-artifact@v4
- uses: actions/upload-artifact@v6
with:
name: openwrt-armel-build
include-hidden-files: true
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
run: scripts/background-ha.sh
- name: test voorkant-cli
run: LD_LIBRARY_PATH=./build/subprojects/curl-8.5.0/build/lib/.libs/ HA_WS_URL=ws://localhost:8123/api/websocket HA_API_TOKEN=$(cat scripts/docker/longtoken.txt) build/voorkant-cli list-entities
- uses: actions/upload-artifact@v4
- uses: actions/upload-artifact@v6
with:
name: ubuntu-build
path: ${{github.workspace}}/build
Expand All @@ -57,7 +57,7 @@ jobs:
env:
CC: gcc
- run: meson compile -C ${{github.workspace}}/build -v
- uses: actions/upload-artifact@v4
- uses: actions/upload-artifact@v6
with:
name: macos-build
path: ${{github.workspace}}/build
Expand Down
Loading