Skip to content

Commit 69a5a7c

Browse files
committed
Reverting to download-artifact v3, to debug exit pipeline failure
1 parent b36f307 commit 69a5a7c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -525,7 +525,7 @@ jobs:
525525

526526
- name: Download Exit Status Files
527527
if: always()
528-
uses: actions/download-artifact@v4
528+
uses: actions/download-artifact@v3
529529
with:
530530
name: exitstatus
531531
path: exitstatus

.github/workflows/templates/ci-tail.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
- name: Download Exit Status Files
1313
if: always()
14-
uses: actions/download-artifact@v4
14+
uses: actions/download-artifact@v3
1515
with:
1616
name: exitstatus
1717
path: exitstatus

0 commit comments

Comments
 (0)