mirror of
https://github.com/nsacyber/HIRS.git
synced 2025-03-10 14:34:27 +00:00
Updated some workflows to use upload-artifact@v4 (#899)
* Updated to upload-artifact@v4 * Updated to download-artifact@v4
This commit is contained in:
parent
9c0ff0384f
commit
b3cc60dd24
@ -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
|
||||
|
4
.github/workflows/hirs_unit_tests.yml
vendored
4
.github/workflows/hirs_unit_tests.yml
vendored
@ -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')
|
||||
|
Loading…
x
Reference in New Issue
Block a user