Updating GitHub Actions from V3 to V4 uses

This commit is contained in:
iadgovuser62 2024-05-09 12:12:00 -04:00 committed by chubtub
parent ef68d34f88
commit ecc6ee6d04

View File

@ -20,7 +20,7 @@ jobs:
packages: write
steps:
- name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: ACA TPM2 Tests
continue-on-error: true
shell: bash
@ -30,7 +30,7 @@ jobs:
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/}
- name: Archive System Test Log files
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: System_Test_Log_Files
path: logs/