Reverting to download-artifact v3, to debug exit pipeline failure

This commit is contained in:
David Murphy 2024-07-15 10:19:06 -06:00
parent b36f307bbc
commit 69a5a7c79c
No known key found for this signature in database
GPG key ID: 9D7724F37A7424D8
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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