From 8e31c158e2f5fc223bb50129a0c5628645193a21 Mon Sep 17 00:00:00 2001 From: Oscar Tisnado <68830577+otisnado@users.noreply.github.com> Date: Tue, 10 Dec 2024 16:36:28 -0600 Subject: [PATCH] update deprecated action version --- .github/workflows/tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 0d5b5fc..caaba5e 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -116,7 +116,7 @@ jobs: - name: Upload Test Results to Artifacts if: always() - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v4.4.3 with: name: test-results-${{ matrix.cfengine }} path: | @@ -129,7 +129,7 @@ jobs: - name: Upload Debug Logs To Artifacts if: ${{ failure() }} - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v4.4.3 with: name: Failure Debugging Info - ${{ matrix.cfengine }} path: |