Skip to content
Merged
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
4 changes: 2 additions & 2 deletions .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
openshell status > /tmp/test-logs/status.txt 2>&1 || true
openshell gateway list > /tmp/test-logs/gateways.txt 2>&1 || true

- uses: actions/upload-artifact@v4
- uses: actions/upload-artifact@v7
if: always()
with:
name: test-logs-local
Expand Down Expand Up @@ -130,7 +130,7 @@ jobs:
kubectl -n openshell get all > /tmp/test-logs/resources.txt 2>&1 || true
openshell gateway list > /tmp/test-logs/gateways.txt 2>&1 || true

- uses: actions/upload-artifact@v4
- uses: actions/upload-artifact@v7
if: always()
with:
name: test-logs-kind
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/upstream-canary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
mkdir -p /tmp/test-logs
journalctl --user -u openshell-gateway --no-pager > /tmp/test-logs/gateway.log 2>&1 || true
openshell status > /tmp/test-logs/status.txt 2>&1 || true
- uses: actions/upload-artifact@v4
- uses: actions/upload-artifact@v7
if: always()
with:
name: upstream-canary-logs
Expand Down
Loading