Updated some workflows to use upload-artifact@v4 (#899)

* Updated to upload-artifact@v4

* Updated to download-artifact@v4
This commit is contained in:
chubtub 2025-03-06 07:16:35 -05:00 committed by GitHub
parent 9c0ff0384f
commit b3cc60dd24
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 4 additions and 4 deletions

View File

@ -110,7 +110,7 @@ jobs:
run: |
mkdir artifacts
- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4
with:
path: artifacts

View File

@ -84,7 +84,7 @@ jobs:
fi; popd;'
# Upload build report files
- name: Archive report files
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: HIRS_Build_Reports
path: artifacts/upload_reports/*