Skip to content

Commit a60a589

Browse files
committed
ci: Fix upterm action version from v3 to v1
The v3 version does not exist, causing CI failures. The correct version is v1 as documented in the action's README. Assisted-by: Claude Code (Sonnet 4.5)
1 parent b3e0a43 commit a60a589

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ jobs:
139139
libvirt: true
140140

141141
- name: Setup upterm session for debugging
142-
uses: owenthereal/action-upterm@v3
142+
uses: owenthereal/action-upterm@v1
143143
with:
144144
limit-access-to-actor: false
145145
limit-access-to-users: cgwalters

0 commit comments

Comments
 (0)