From 2ab54559bd08b9c4df4d0b839be536e71c1c74f1 Mon Sep 17 00:00:00 2001 From: Scion Date: Wed, 9 Jul 2025 16:02:53 -0700 Subject: [PATCH] Update upload artifact. --- dotnet/dotnet-test/action.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dotnet/dotnet-test/action.yaml b/dotnet/dotnet-test/action.yaml index e771d97..30ad474 100644 --- a/dotnet/dotnet-test/action.yaml +++ b/dotnet/dotnet-test/action.yaml @@ -98,7 +98,7 @@ runs: # file: ${{ inputs.resultsDirectory }} - name: "Upload artifacts." if: ${{ inputs.uploadArtifacts == 'true' }} - uses: https://github.com/actions/upload-artifact@v3 + uses: https://github.com/ChristopherHX/gitea-upload-artifact@v4 with: name: ${{ inputs.artifactName }} path: ${{ inputs.resultsDirectory }}