From e777fc7e6f3e87142b6537dd2958e0856c63f85c Mon Sep 17 00:00:00 2001 From: cryptic-wizard <87053379+cryptic-wizard@users.noreply.github.com> Date: Thu, 14 Mar 2024 22:16:38 -0500 Subject: [PATCH] Update upload-artifact action to v4 --- .github/workflows/dotnet7.yml | 2 +- action.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/dotnet7.yml b/.github/workflows/dotnet7.yml index 24612fa..3577379 100644 --- a/.github/workflows/dotnet7.yml +++ b/.github/workflows/dotnet7.yml @@ -26,7 +26,7 @@ jobs: logger-file-name: ../../CalculatorResults.trx - name: Publish Specflow Test Logs if: success() || failure() - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v4 with: name: SpecflowLogs path: | diff --git a/action.yml b/action.yml index fba7085..11afb87 100644 --- a/action.yml +++ b/action.yml @@ -97,7 +97,7 @@ runs: shell: bash - name: 'Publish Specflow Test Results' if: ${{ inputs.upload-artifact == 'true' }} - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v4 with: name: 'Specflow Test Results' path: ${{ inputs.output-html }}