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 }}