mirror of
https://github.com/nsacyber/HIRS.git
synced 2025-03-10 22:44:26 +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
|
||||
|
||||
|
2
.github/workflows/hirs_unit_tests.yml
vendored
2
.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/*
|
||||
|
Loading…
x
Reference in New Issue
Block a user