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
@ -133,4 +133,4 @@ jobs:
if [ -n "$result" ]
then
exit 1
fi
fi

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/*
@ -95,4 +95,4 @@ jobs:
uses: actions/github-script@v6
with:
script: |
core.setFailed('Build or Unit Test Failed')
core.setFailed('Build or Unit Test Failed')