mirror of
https://github.com/nsacyber/HIRS.git
synced 2025-01-27 14:49:56 +00:00
Updating GitHub Actions from V3 to V4 uses
This commit is contained in:
parent
ef68d34f88
commit
ecc6ee6d04
4
.github/workflows/system_test.yml
vendored
4
.github/workflows/system_test.yml
vendored
@ -20,7 +20,7 @@ jobs:
|
|||||||
packages: write
|
packages: write
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v4
|
||||||
- name: ACA TPM2 Tests
|
- name: ACA TPM2 Tests
|
||||||
continue-on-error: true
|
continue-on-error: true
|
||||||
shell: bash
|
shell: bash
|
||||||
@ -30,7 +30,7 @@ jobs:
|
|||||||
echo ${{ secrets.GITHUB_TOKEN }} | docker login ghcr.io -u ${{ github.actor }} --password-stdin
|
echo ${{ secrets.GITHUB_TOKEN }} | docker login ghcr.io -u ${{ github.actor }} --password-stdin
|
||||||
bash .ci/system-tests/run_system_tests.sh ${GITHUB_REF#refs/heads/}
|
bash .ci/system-tests/run_system_tests.sh ${GITHUB_REF#refs/heads/}
|
||||||
- name: Archive System Test Log files
|
- name: Archive System Test Log files
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: System_Test_Log_Files
|
name: System_Test_Log_Files
|
||||||
path: logs/
|
path: logs/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user