Skip to content

Commit

Permalink
Reverting to download-artifact v3, to debug exit pipeline failure
Browse files Browse the repository at this point in the history
  • Loading branch information
dmurphy18 committed Jul 15, 2024
1 parent b36f307 commit 69a5a7c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -525,7 +525,7 @@ jobs:

- name: Download Exit Status Files
if: always()
uses: actions/download-artifact@v4
uses: actions/download-artifact@v3
with:
name: exitstatus
path: exitstatus
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/templates/ci-tail.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

- name: Download Exit Status Files
if: always()
uses: actions/download-artifact@v4
uses: actions/download-artifact@v3
with:
name: exitstatus
path: exitstatus
Expand Down

0 comments on commit 69a5a7c

Please sign in to comment.